IAP GITLAB

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

virtual destructor

parent ceb513da
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,8 @@ namespace corsika::environment {
virtual corsika::units::si::LengthType ArclengthFromGrammage(
corsika::geometry::LineTrajectory const&,
corsika::units::si::GrammageType) const = 0;
virtual ~IEmpty() {}
};
template <typename TModel = IEmpty>
......
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