We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe5c666 commit 3f27fbdCopy full SHA for 3f27fbd
include/openmc/particle_data.h
@@ -347,7 +347,7 @@ class GeometryState {
347
Position r_last_; //!< previous coordinates
348
Direction u_last_; //!< previous direction coordinates
349
350
- int surface_ {SURFACE_NONE}; //!< index for surface particle is on
+ int surface_ {SURFACE_NONE}; //!< surface token for surface the particle is currently on
351
352
BoundaryInfo boundary_; //!< Info about the next intersection
353
0 commit comments