IAP GITLAB

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

rename IniUrQMD() to IniUrQMDC8() to avoid clash with CONEX

parent f2dc5ef3
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,8 @@
using namespace corsika::process::UrQMD;
using namespace corsika::units::si;
UrQMD::UrQMD() { iniurqmdc8_(); }
using SetupStack = corsika::setup::Stack;
using SetupParticle = corsika::setup::Stack::StackIterator;
using SetupProjectile = corsika::setup::StackView::StackIterator;
......
......@@ -78,7 +78,7 @@ namespace corsika::process::UrQMD {
extern "C" {
// FORTRAN functions defined in UrQMD
void iniurqmd_();
void iniurqmdc8_();
double ranf_(int&);
void cascinit_(int const&, int const&, int const&);
double nucrad_(int const&);
......
......@@ -11,7 +11,7 @@ c adapted by M. Reininghaus for linking UrQMD to CORSIKA 8 (Apr 2019)
c-----------------------------------------------------------------------
subroutine IniUrQMD
subroutine IniUrQMDC8
c-----------------------------------------------------------------------
c Primary initialization for UrQMD 1.31
c-----------------------------------------------------------------------
......
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