IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 713c8d24 authored by ralfulrich's avatar ralfulrich
Browse files

fix warnings

parent 67b90a94
No related branches found
No related tags found
1 merge request!318Resolve "EPOS is missing"
...@@ -174,7 +174,7 @@ namespace corsika::pythia8 { ...@@ -174,7 +174,7 @@ namespace corsika::pythia8 {
auto const t0 = projectile.getTime(); auto const t0 = projectile.getTime();
auto const& labMomentum = projectile.getMomentum(); auto const& labMomentum = projectile.getMomentum();
CoordinateSystemPtr const& labCS = labMomentum.getCoordinateSystem(); [[maybe_unused]] CoordinateSystemPtr const& labCS = labMomentum.getCoordinateSystem();
// define target kinematics in lab frame // define target kinematics in lab frame
// define boost to and from CoM frame // define boost to and from CoM frame
......
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