IAP GITLAB

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

fixed warnign

parent 8c4010b4
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ namespace corsika::process {
template <typename TParticle, typename TMedium>
static geometry::Intersections Intersect(const TParticle& particle,
const geometry::Plane& plane,
const TMedium& medium) {
const TMedium&) {
using namespace corsika::units::si;
auto const delta = plane.GetCenter() - particle.GetPosition();
auto const velocity =
......
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