mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Added auto id assignment operation for OpenCG compatibility module
This commit is contained in:
parent
7aa5b14e5e
commit
e6ab25e7f3
1 changed files with 1 additions and 0 deletions
|
|
@ -830,6 +830,7 @@ def get_openmc_geometry(opencg_geometry):
|
|||
OPENMC_LATTICES.clear()
|
||||
OPENCG_LATTICES.clear()
|
||||
|
||||
opencg_geometry.assignAutoIds()
|
||||
opencg_root_universe = opencg_geometry._root_universe
|
||||
openmc_root_universe = get_openmc_universe(opencg_root_universe)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue