IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 7e9e84f6 authored by Ralf M Ulrich's avatar Ralf M Ulrich
Browse files

can also not assign-copy line...

parent c88e0e6d
No related branches found
No related tags found
1 merge request!278Magnetic Tracking
...@@ -43,7 +43,7 @@ namespace corsika::geometry { ...@@ -43,7 +43,7 @@ namespace corsika::geometry {
LineTrajectory() = delete; LineTrajectory() = delete;
LineTrajectory(const LineTrajectory&) = default; LineTrajectory(const LineTrajectory&) = default;
LineTrajectory(LineTrajectory&&) = default; LineTrajectory(LineTrajectory&&) = default;
LineTrajectory& operator=(const LineTrajectory&) = default; LineTrajectory& operator=(const LineTrajectory&) = delete;
LineTrajectory(Line const& theLine, corsika::units::si::TimeType timeLength) LineTrajectory(Line const& theLine, corsika::units::si::TimeType timeLength)
: line_(theLine) : line_(theLine)
, timeLength_(timeLength) , timeLength_(timeLength)
......
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