IAP GITLAB

Skip to content
Snippets Groups Projects
Commit f095c552 authored by ralfulrich's avatar ralfulrich Committed by Felix Riehn
Browse files

maybe-unused

parent c50a6ef8
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,7 @@ namespace corsika {
p.getChargeNumber(), dX / 1_g * square(1_cm));
HEPEnergyType dE = getTotalEnergyLoss(p, dX);
auto E = p.getEnergy();
// const auto Ekin = E - p.getMass();
[[maybe_unused]] const auto Ekin = E - p.getMass();
auto Enew = E + dE;
CORSIKA_LOG_DEBUG("EnergyLoss dE={} MeV, E={} GeV, Ekin={} GeV, Enew={} GeV",
dE / 1_MeV, E / 1_GeV, Ekin / 1_GeV, Enew / 1_GeV);
......
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