IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 246400c3 authored by ralfulrich's avatar ralfulrich
Browse files

fixed the canInteract, knownby flags for sibyll, and added the xs-type code

parent 1ec1f6db
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,7 @@ TEST_CASE("Sibyll", "[processes]") { ...@@ -43,6 +43,7 @@ TEST_CASE("Sibyll", "[processes]") {
} }
SECTION("canInteractInSibyll") { SECTION("canInteractInSibyll") {
REQUIRE(process::sibyll::CanInteract(corsika::particles::Proton::GetCode())); REQUIRE(process::sibyll::CanInteract(corsika::particles::Proton::GetCode()));
REQUIRE(process::sibyll::CanInteract(corsika::particles::Code::XiCPlus)); REQUIRE(process::sibyll::CanInteract(corsika::particles::Code::XiCPlus));
......
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