addressed some of the requested changes from PR

This commit is contained in:
Amelia Trainer 2021-03-25 14:21:58 -04:00
parent 55fb5de01b
commit d1d4553661
6 changed files with 28 additions and 137 deletions

View file

@ -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