mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Update openmc/universe.py
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
6d69c782ae
commit
b41c8330f1
1 changed files with 0 additions and 4 deletions
|
|
@ -116,10 +116,6 @@ class UniverseBase(ABC, IDManagerMixin):
|
|||
"""Deepcopy all parameters of an openmc.UniverseBase object except its cells.
|
||||
This should only be used from the openmc.UniverseBase.clone() context.
|
||||
|
||||
Returns
|
||||
-------
|
||||
None
|
||||
|
||||
"""
|
||||
|
||||
def clone(self, clone_materials=True, clone_regions=True, memo=None):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue