Automatically determine paths when root_universe is assigned.

This commit is contained in:
Paul Romano 2017-03-04 13:54:25 -06:00
parent fd7fa59192
commit d22f10d60e

View file

@ -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.