mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
accidental typo
This commit is contained in:
parent
6d9d665e53
commit
8887023b22
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue