Skip to content

Commit 5ddca0d

Browse files
author
skywalker_cn
committed
style: Fix the format issue of GeometryType enumeration definition
1 parent 6678d97 commit 5ddca0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: include/openmc/constants.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ enum class RandomRaySampleMethod { PRNG, HALTON };
349349
//==============================================================================
350350
// Geometry Constants
351351

352-
enum class GeometryType { CSG, DAG , CLS};
352+
enum class GeometryType { CSG, DAG, CLS };
353353

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

0 commit comments

Comments
 (0)