Move tally filter IDs to C++

This commit is contained in:
Sterling Harper 2019-02-12 13:14:39 -05:00
parent 08e50977f0
commit b350e7dcd6
4 changed files with 33 additions and 6 deletions

View file

@ -72,6 +72,8 @@ public:
virtual void initialize() {}
int32_t id_;
int n_bins_;
};