From 84ab459a1290413663653f9516a3ddfc90efbfa3 Mon Sep 17 00:00:00 2001 From: Maximilian Reininghaus <maximilian.reininghaus@kit.edu> Date: Thu, 20 Sep 2018 17:15:39 +0200 Subject: [PATCH] typo --- Framework/Geometry/BaseTrajectory.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Framework/Geometry/BaseTrajectory.h b/Framework/Geometry/BaseTrajectory.h index a5c690eed..e4eafb853 100644 --- a/Framework/Geometry/BaseTrajectory.h +++ b/Framework/Geometry/BaseTrajectory.h @@ -16,12 +16,12 @@ namespace corsika::geometry { public: //!< for \f$ t = 0 \f$, the starting Point shall be returned. virtual Point GetPosition(corsika::units::si::TimeType) const = 0; - + /*! * returns the arc length between two points of the trajectory * parameterized by \arg t1 and \arg t2. Requires \arg t2 > \arg t1. */ - + virtual LengthType DistanceBetween(corsika::units::si::TimeType t1, corsika::units::si::TimeType t2) const = 0; }; -- GitLab