mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Add Tally::add_filter convenience method
This commit is contained in:
parent
fb8b1c9b78
commit
7dd70b6152
1 changed files with 2 additions and 0 deletions
|
|
@ -62,6 +62,8 @@ public:
|
|||
//----------------------------------------------------------------------------
|
||||
// Other methods.
|
||||
|
||||
void add_filter(Filter* filter) { set_filters({&filter, 1}); }
|
||||
|
||||
void init_triggers(pugi::xml_node node);
|
||||
|
||||
void init_results();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue