From 246400c3c9e856099ba064a27c4f25f5ce613402 Mon Sep 17 00:00:00 2001
From: ralfulrich <ralf.ulrich@kit.edu>
Date: Fri, 30 Nov 2018 07:59:14 +0100
Subject: [PATCH] fixed the canInteract, knownby flags for sibyll, and added
 the xs-type code

---
 Processes/Sibyll/testSibyll.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Processes/Sibyll/testSibyll.cc b/Processes/Sibyll/testSibyll.cc
index 20cbedf0..12917bfd 100644
--- a/Processes/Sibyll/testSibyll.cc
+++ b/Processes/Sibyll/testSibyll.cc
@@ -43,6 +43,7 @@ TEST_CASE("Sibyll", "[processes]") {
   }
 
   SECTION("canInteractInSibyll") {
+
     REQUIRE(process::sibyll::CanInteract(corsika::particles::Proton::GetCode()));
     REQUIRE(process::sibyll::CanInteract(corsika::particles::Code::XiCPlus));
 
-- 
GitLab