IAP GITLAB

Skip to content
Snippets Groups Projects
Commit a99af10d authored by Ralf Ulrich's avatar Ralf Ulrich Committed by Maximilian Reininghaus
Browse files

na sowas...

parent fefe9e7b
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ namespace corsika::process::sibyll { ...@@ -36,7 +36,7 @@ namespace corsika::process::sibyll {
} }
int constexpr GetSibyllXSCode(corsika::particles::Code pCode) { int constexpr GetSibyllXSCode(corsika::particles::Code pCode) {
return xsType = corsika2sibyllXStype[static_cast<corsika::particles::CodeIntType>(pCode)]; return corsika2sibyllXStype[static_cast<corsika::particles::CodeIntType>(pCode)];
} }
bool constexpr CanInteract(corsika::particles::Code pCode) { bool constexpr CanInteract(corsika::particles::Code pCode) {
......
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