Skip to content

Commit 49da803

Browse files
author
skywalker_cn
committed
style: Fix the format issue of GeometryType enumeration definition
1 parent bd830df commit 49da803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/openmc/constants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ enum class RandomRaySourceShape { FLAT, LINEAR, LINEAR_XY };
348348
//==============================================================================
349349
// Geometry Constants
350350

351-
enum class GeometryType { CSG, DAG , CLS};
351+
enum class GeometryType { CSG, DAG, CLS };
352352

353353
// a surface token cannot be zero due to the unsigned nature of zero for integer
354354
// representations. This value represents no surface.

0 commit comments

Comments
 (0)