mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Fixed mis-spelled comment in TalliesFile.merge_tallies(...) routine
This commit is contained in:
parent
7b945a20a2
commit
97cb309f1f
1 changed files with 1 additions and 1 deletions
|
|
@ -884,7 +884,7 @@ class TalliesFile(object):
|
|||
merged_tally = tally1.merge(tally2)
|
||||
self._tallies[i] = merged_tally
|
||||
|
||||
# Remove tally 2 since it is no longer neede
|
||||
# Remove tally 2 since it is no longer needed
|
||||
self._tallies.pop(j)
|
||||
|
||||
# Continue iterating from the first loop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue