IAP GITLAB

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

fixed warning

parent 9e213290
No related branches found
No related tags found
Loading
......@@ -240,7 +240,7 @@ namespace corsika::sibyll {
pTotLab += pTarget;
auto const pTotLabNorm = pTotLab.getNorm();
// calculate cm. energy
HEPEnergyType const ECoM = sqrt(
[[maybe_unused]] HEPEnergyType const ECoM = sqrt(
(Elab + pTotLabNorm) * (Elab - pTotLabNorm)); // binomial for numerical accuracy
auto const ECoMNN = sqrt(2. * ElabNuc * constants::nucleonMass);
CORSIKA_LOG_DEBUG(
......
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