mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Automatically determine paths when root_universe is assigned.
This commit is contained in:
parent
fd7fa59192
commit
d22f10d60e
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ class Geometry(object):
|
|||
def root_universe(self, root_universe):
|
||||
check_type('root universe', root_universe, openmc.Universe)
|
||||
self._root_universe = root_universe
|
||||
self.determine_paths()
|
||||
|
||||
def add_volume_information(self, volume_calc):
|
||||
"""Add volume information from a stochastic volume calculation.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue