IAP GITLAB

Skip to content
Snippets Groups Projects
Commit dcef0c88 authored by ralfulrich's avatar ralfulrich Committed by Maximilian Reininghaus
Browse files

fixed wrong check. Isuee 203

parent b7a84557
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ namespace corsika::process::sibyll {
}
bool constexpr CanInteract(corsika::particles::Code pCode) {
return GetSibyllXSCode(pCode) != 0;
return GetSibyllXSCode(pCode) > 0;
}
} // namespace corsika::process::sibyll
......
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