IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 84ab459a authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan:
Browse files

typo

parent f02f82c7
No related branches found
No related tags found
No related merge requests found
...@@ -16,12 +16,12 @@ namespace corsika::geometry { ...@@ -16,12 +16,12 @@ namespace corsika::geometry {
public: public:
//!< for \f$ t = 0 \f$, the starting Point shall be returned. //!< for \f$ t = 0 \f$, the starting Point shall be returned.
virtual Point GetPosition(corsika::units::si::TimeType) const = 0; virtual Point GetPosition(corsika::units::si::TimeType) const = 0;
/*! /*!
* returns the arc length between two points of the trajectory * returns the arc length between two points of the trajectory
* parameterized by \arg t1 and \arg t2. Requires \arg t2 > \arg t1. * parameterized by \arg t1 and \arg t2. Requires \arg t2 > \arg t1.
*/ */
virtual LengthType DistanceBetween(corsika::units::si::TimeType t1, virtual LengthType DistanceBetween(corsika::units::si::TimeType t1,
corsika::units::si::TimeType t2) const = 0; corsika::units::si::TimeType t2) const = 0;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment