IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 0f88736c authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan:
Browse files

removed redundant isnucleus array

parent ddae3bdf
No related branches found
No related tags found
1 merge request!134Improvements
......@@ -119,10 +119,6 @@ namespace corsika::particles {
c == Code::NuMuBar || c == Code::NuTauBar;
}
bool constexpr IsNucleus(Code const p) {
return detail::isNucleus[static_cast<CodeIntType>(p)];
}
int constexpr GetNucleusA(Code const p) {
return detail::nucleusA[static_cast<CodeIntType>(p)];
}
......
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