mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
addressed some of the requested changes from PR
This commit is contained in:
parent
55fb5de01b
commit
d1d4553661
6 changed files with 28 additions and 137 deletions
|
|
@ -2,7 +2,7 @@
|
|||
#define OPENMC_TALLIES_FILTER_COLLISIONS_H
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include <unordered_map>
|
||||
#include <gsl/gsl>
|
||||
|
||||
#include "openmc/tallies/filter.h"
|
||||
|
|
@ -45,6 +45,9 @@ protected:
|
|||
// Data members
|
||||
|
||||
std::vector<int> bins_;
|
||||
|
||||
std::unordered_map<int,int> map_;
|
||||
|
||||
};
|
||||
|
||||
} // namespace openmc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue