Merge branch 'speedup-opencg' of https://github.com/wbinventor/openmc into speedup-opencg

This commit is contained in:
Will Boyd 2016-08-18 14:20:38 -04:00
commit 730c15bf44

View file

@ -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.