IAP GITLAB

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

handle nuclei in fluka::canInteract()

parent e7327f0c
No related branches found
No related tags found
1 merge request!468Resolve "Add FLUKA"
......@@ -44,6 +44,7 @@ namespace corsika::fluka {
}
bool const canInteract(Code const code) {
if (is_nucleus(code)) return false; // nuclei support not yet implemented
return flukaCanInteract[static_cast<CodeIntType>(code)];
}
} // namespace corsika::fluka
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