IAP GITLAB
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
corsika
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pranav Sampathkumar
corsika
Commits
ccf55a91
Commit
ccf55a91
authored
4 years ago
by
Maximilian Reininghaus
Committed by
ralfulrich
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
rename IniUrQMD() to IniUrQMDC8() to avoid clash with CONEX
parent
f2dc5ef3
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Processes/UrQMD/UrQMD.cc
+2
-0
2 additions, 0 deletions
Processes/UrQMD/UrQMD.cc
Processes/UrQMD/UrQMD.h
+1
-1
1 addition, 1 deletion
Processes/UrQMD/UrQMD.h
Processes/UrQMD/urqmdInterface.F
+1
-1
1 addition, 1 deletion
Processes/UrQMD/urqmdInterface.F
with
4 additions
and
2 deletions
Processes/UrQMD/UrQMD.cc
+
2
−
0
View file @
ccf55a91
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Processes/UrQMD/UrQMD.h
+
1
−
1
View file @
ccf55a91
...
...
@@ -78,7 +78,7 @@ namespace corsika::process::UrQMD {
extern
"C"
{
// FORTRAN functions defined in UrQMD
void
iniurqmd_
();
void
iniurqmd
c8
_
();
double
ranf_
(
int
&
);
void
cascinit_
(
int
const
&
,
int
const
&
,
int
const
&
);
double
nucrad_
(
int
const
&
);
...
...
This diff is collapsed.
Click to expand it.
Processes/UrQMD/urqmdInterface.F
+
1
−
1
View file @
ccf55a91
...
...
@@ -11,7 +11,7 @@ c adapted by M. Reininghaus for linking UrQMD to CORSIKA 8 (Apr 2019)
c
-----------------------------------------------------------------------
subroutine
IniUrQMD
subroutine
IniUrQMD
C8
c
-----------------------------------------------------------------------
c
Primary
initialization
for
UrQMD
1.31
c
-----------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment