Skip to content

Commit

Permalink
Quick documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
pshriwise committed Jan 11, 2025
1 parent fe5c666 commit 3f27fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/openmc/particle_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ class GeometryState {
Position r_last_; //!< previous coordinates
Direction u_last_; //!< previous direction coordinates

int surface_ {SURFACE_NONE}; //!< index for surface particle is on
int surface_ {SURFACE_NONE}; //!< surface token for surface the particle is currently on

BoundaryInfo boundary_; //!< Info about the next intersection

Expand Down

0 comments on commit 3f27fbd

Please sign in to comment.