From 9b67320dc1a37216fbe90720ecedecede9191c35 Mon Sep 17 00:00:00 2001
From: Felix Riehn <felix@matilda>
Date: Thu, 24 Jan 2019 18:53:18 +0000
Subject: [PATCH] implemented DoInteraction for nuclei

---
 Processes/Sibyll/NuclearInteraction.h | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Processes/Sibyll/NuclearInteraction.h b/Processes/Sibyll/NuclearInteraction.h
index 7520b2dfb..911cd4081 100644
--- a/Processes/Sibyll/NuclearInteraction.h
+++ b/Processes/Sibyll/NuclearInteraction.h
@@ -46,7 +46,7 @@ namespace corsika::process::sibyll {
       using std::endl;
 
       // initialize hadronic interaction module
-      sibyll_ini_();
+      //sibyll_ini_();
       
       // initialize nuclib
       nuc_nuc_ini_();
@@ -188,6 +188,9 @@ namespace corsika::process::sibyll {
       // this routine superimposes different nucleon-nucleon interactions
       // in a nucleus-nucleus interaction, based the SIBYLL routine SIBNUC 
 
+      // this routine superimposes different nucleon-nucleon interactions
+      // in a nucleus-nucleus interaction, based the SIBYLL routine SIBNUC 
+
       using namespace corsika::units;
       using namespace corsika::utl;
       using namespace corsika::units::si;
-- 
GitLab