From 9a74ad64feb4bf68e0dd3fe31c4efe18cce7f6c7 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Tue, 27 Feb 2024 12:00:03 -0600 Subject: [PATCH] Style fixes --- src/dagmc/DagMC.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dagmc/DagMC.hpp b/src/dagmc/DagMC.hpp index e56c8528d..3053a0851 100644 --- a/src/dagmc/DagMC.hpp +++ b/src/dagmc/DagMC.hpp @@ -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.