From 8887023b22239404c1a5d1e47883ea1231c1db9c Mon Sep 17 00:00:00 2001 From: lewisgross1296 Date: Wed, 10 Aug 2022 16:45:53 -0500 Subject: [PATCH] accidental typo --- src/tallies/tally.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tallies/tally.cpp b/src/tallies/tally.cpp index 4384d62c78..f5edf75b2f 100644 --- a/src/tallies/tally.cpp +++ b/src/tallies/tally.cpp @@ -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 tally_map; vector> tallies; vector active_tallies;