Now over-riding openmc/opencg geometries in MGXS Library when loading from StatePoint

This commit is contained in:
wbinventor@gmail.com 2015-11-24 22:01:12 -05:00
parent 0ad1153556
commit a11950f94a

View file

@ -361,6 +361,8 @@ class Library(object):
raise ValueError(msg)
self._sp_filename = statepoint._f.filename
self._openmc_geometry = statepoint.summary.openmc_geometry
self._opencg_geometry = None
# Load tallies for each MGXS for each domain and mgxs type
for domain in self.domains: