mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Now over-riding openmc/opencg geometries in MGXS Library when loading from StatePoint
This commit is contained in:
parent
0ad1153556
commit
a11950f94a
1 changed files with 2 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue