IAP GITLAB

Skip to content
Snippets Groups Projects
Commit cc014b85 authored by Felix Riehn's avatar Felix Riehn
Browse files

Merge branch '128-add-process-nuclearinteraction' of...

Merge branch '128-add-process-nuclearinteraction' of gitlab.ikp.kit.edu:AirShowerPhysics/corsika into 128-add-process-nuclearinteraction
parents c4b82ab0 a3ca5a93
No related branches found
No related tags found
1 merge request!65Resolve "add sibyll process NuclearInteraction"
Pipeline #267 passed
...@@ -70,6 +70,7 @@ extern struct { ...@@ -70,6 +70,7 @@ extern struct {
int lun; int lun;
} s_debug_; } s_debug_;
// lund random generator setup // lund random generator setup
// extern struct {int mrlu[6]; float rrlu[100]; }ludatr_; // extern struct {int mrlu[6]; float rrlu[100]; }ludatr_;
...@@ -78,7 +79,7 @@ void sibyll_(const int&, const int&, const double&); ...@@ -78,7 +79,7 @@ void sibyll_(const int&, const int&, const double&);
// subroutine to initiate sibyll // subroutine to initiate sibyll
void sibyll_ini_(); void sibyll_ini_();
// subroutine to SET DECAYS // subroutine to SET DECAYS
void dec_ini_(); void dec_ini_();
...@@ -105,5 +106,7 @@ double get_sibyll_mass2(int&); ...@@ -105,5 +106,7 @@ double get_sibyll_mass2(int&);
// phojet random generator setup // phojet random generator setup
void pho_rndin_(int&, int&, int&, int&); void pho_rndin_(int&, int&, int&, int&);
} }
#endif #endif
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