IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 6f04eb6d authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan:
Browse files

add interface for cxair_ common block

parent dde62316
No related branches found
No related tags found
1 merge request!499Resolve "cxroot module not working anymore after update to latest master"
......@@ -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&,
......
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