IAP GITLAB
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
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
Model registry
Operate
Environments
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
Air Shower Physics
corsika
Commits
6f04eb6d
Commit
6f04eb6d
authored
2 years ago
by
Maximilian Reininghaus
Browse files
Options
Downloads
Patches
Plain Diff
add interface for cxair_ common block
parent
dde62316
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!499
Resolve "cxroot module not working anymore after update to latest master"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
corsika/modules/conex/CONEX_f.hpp
+7
-2
7 additions, 2 deletions
corsika/modules/conex/CONEX_f.hpp
with
7 additions
and
2 deletions
corsika/modules/conex/CONEX_f.hpp
+
7
−
2
View file @
6f04eb6d
...
...
@@ -36,13 +36,18 @@ namespace conex {
extern
double
double_rndm_interface
();
extern
"C"
{}
// the CONEX fortran interface
extern
"C"
{
extern
struct
{
std
::
array
<
double
,
16
>
dptl
;
}
cxoptl_
;
//! common block for atmosphere composition
extern
struct
{
std
::
array
<
double
,
3
>
airz
,
aira
,
airw
;
//!< nuclear Z, A, composition fraction
double
airavz
,
airava
;
//!< average Z, A
std
::
array
<
double
,
3
>
airi
;
//!< ionization potential, not used in cxroot
}
cxair_
;
void
cegs4_
(
int
&
,
int
&
);
void
initconex_
(
int
&
,
int
*
,
int
&
,
int
&
,
...
...
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