accidental typo

This commit is contained in:
lewisgross1296 2022-08-10 16:45:53 -05:00
parent 6d9d665e53
commit 8887023b22

View file

@ -47,7 +47,7 @@ namespace openmc {
namespace model {
// map: key (tally ID) to value (tally index)
// index coresponds to the tally ID's posiition in the tallies vector
// index coresponds to the tally ID's position in the tallies vector
std::unordered_map<int, int> tally_map;
vector<unique_ptr<Tally>> tallies;
vector<int> active_tallies;