mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Fixed bug when merging tallies with more than two filters
This commit is contained in:
parent
1cb7ef8f1c
commit
db48ed6fb7
1 changed files with 1 additions and 1 deletions
|
|
@ -699,8 +699,8 @@ class Tally(object):
|
|||
return False
|
||||
|
||||
# Look to see if all filters are the same, or one or more can be merged
|
||||
merge_filters = False
|
||||
for filter1 in self.filters:
|
||||
merge_filters = False
|
||||
mergeable_filter = False
|
||||
|
||||
for filter2 in other.filters:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue