diff --git a/openmc/opencg_compatible.py b/openmc/opencg_compatible.py index e81538fcf..8983f5fa0 100644 --- a/openmc/opencg_compatible.py +++ b/openmc/opencg_compatible.py @@ -1005,7 +1005,7 @@ def get_openmc_geometry(opencg_geometry, compatible=False): opencg_geometry : opencg.Geometry OpenCG geometry compatible : bool - Whether the OpenCG geometry is compatible with OpenMOC's geometric + Whether the OpenCG geometry is compatible with OpenMC's geometric primitives. This should be set to False if the OpenCG geometry uses SquarePrism surfaces. False by default.