From 8d19c13aab1e2c70cf9649b467d74731d81cd12a Mon Sep 17 00:00:00 2001 From: Christof Kraus <christof.j.kraus@gmail.com> Date: Fri, 17 Jul 2020 15:00:42 +0200 Subject: [PATCH] correcting description of method --- src/Classic/AbsBeamline/ElementBase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Classic/AbsBeamline/ElementBase.h b/src/Classic/AbsBeamline/ElementBase.h index 0cff48b45..2f15a4588 100644 --- a/src/Classic/AbsBeamline/ElementBase.h +++ b/src/Classic/AbsBeamline/ElementBase.h @@ -371,7 +371,7 @@ public: /*! Computes the intersection point between a bounding box and the ray which * has the direction 'direction' and starts at the position 'position'. If * the position is inside the box then the algorithm should find an inter- - * section point should be found. + * section point. * * @param position the position where the ray starts * @param direction the direction of the ray -- GitLab