mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Fixed continuation line in OpenMOC compatiblity module
This commit is contained in:
parent
3042e7d9c0
commit
20516319bd
1 changed files with 1 additions and 1 deletions
|
|
@ -727,7 +727,7 @@ def get_openmc_geometry(openmoc_geometry):
|
|||
OPENMC_LATTICES.clear()
|
||||
OPENMOC_LATTICES.clear()
|
||||
|
||||
openmoc_root_universe =
|
||||
openmoc_root_universe = \
|
||||
openmoc_geometry.getRootUniverse(openmoc_root_universe)
|
||||
|
||||
openmc_geometry = openmc.Geometry()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue