We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6678d97 commit 5ddca0dCopy full SHA for 5ddca0d
include/openmc/constants.h
@@ -349,7 +349,7 @@ enum class RandomRaySampleMethod { PRNG, HALTON };
349
//==============================================================================
350
// Geometry Constants
351
352
-enum class GeometryType { CSG, DAG , CLS};
+enum class GeometryType { CSG, DAG, CLS };
353
354
// a surface token cannot be zero due to the unsigned nature of zero for integer
355
// representations. This value represents no surface.
0 commit comments