Skip to content

Commit

Permalink
Style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pshriwise committed Feb 27, 2024
1 parent bc6241a commit 9a74ad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dagmc/DagMC.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -411,8 +411,8 @@ class DagMC {
* This method first identifies which triangle contains this point and then
* calculates the unit outward normal of that triangle. The triangle of the
* provided volume that is nearest the provided point is used for this
* calculation. The search for that triangle can be circumvented by providing a
* RayHistory, in which case the last triangle of the history will be used.
* calculation. The search for that triangle can be circumvented by providing
* a RayHistory, in which case the last triangle of the history will be used.
*
* @param surf The surface for which a normal vector is determined.
* @param xyz A 3-element array representing the coordinates of the point.
Expand Down

0 comments on commit 9a74ad6

Please sign in to comment.