IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 06c6a9ac authored by ralfulrich's avatar ralfulrich
Browse files

deleted commented code

parent f72bd59f
No related branches found
No related tags found
No related merge requests found
...@@ -41,12 +41,6 @@ namespace corsika::process { ...@@ -41,12 +41,6 @@ namespace corsika::process {
return 1. / GetRef().GetInteractionLength(particle); return 1. / GetRef().GetInteractionLength(particle);
} }
/*
template <typename TParticle>
corsika::units::si::InverseGrammageType GetInverseInteractionLength(TParticle&&
particle) { auto p = std::move(particle); return 1. /
GetRef().GetInteractionLength(p);
}*/
}; };
} // namespace corsika::process } // namespace corsika::process
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