mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Update openmc/tallies.py
``` # Variables to indicate filter bins, nuclides, and scores that can be merged ``` Co-Authored-By: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
d535060762
commit
5b2e031475
1 changed files with 1 additions and 1 deletions
|
|
@ -674,7 +674,7 @@ class Tally(IDManagerMixin):
|
|||
if equal_filters and equal_nuclides and equal_scores:
|
||||
return True
|
||||
|
||||
# Variables to indicate filter bins which can be merged, nuclides and scores
|
||||
# Variables to indicate filter bins, nuclides, and scores that can be merged
|
||||
merge_filters = self._can_merge_filters(other)
|
||||
merge_nuclides = self._can_merge_nuclides(other)
|
||||
merge_scores = self._can_merge_scores(other)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue