mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Move tally filter IDs to C++
This commit is contained in:
parent
08e50977f0
commit
b350e7dcd6
4 changed files with 33 additions and 6 deletions
|
|
@ -72,6 +72,8 @@ public:
|
|||
|
||||
virtual void initialize() {}
|
||||
|
||||
int32_t id_;
|
||||
|
||||
int n_bins_;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue