mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
do not differentiate material by default
This commit is contained in:
parent
2d613aab54
commit
0a4a1e7e81
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ class Operator(TransportOperator):
|
|||
|
||||
"""
|
||||
def __init__(self, geometry, settings, chain_file=None, prev_results=None,
|
||||
diff_burnable_mats=True):
|
||||
diff_burnable_mats=False):
|
||||
super().__init__(chain_file)
|
||||
self.round_number = False
|
||||
self.settings = settings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue