mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Add Tally::set_active method
This commit is contained in:
parent
9553f2908a
commit
b0704a674f
1 changed files with 2 additions and 0 deletions
|
|
@ -31,6 +31,8 @@ public:
|
|||
|
||||
void set_id(int32_t id);
|
||||
|
||||
void set_active(bool active) { active_ = active; }
|
||||
|
||||
void set_scores(pugi::xml_node node);
|
||||
|
||||
void set_scores(const std::vector<std::string>& scores);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue