IAP GITLAB

Skip to content
Snippets Groups Projects

Resolve "cxroot module not working anymore after update to latest master"

1 file
+ 7
2
Compare changes
  • Side-by-side
  • Inline
@@ -36,13 +36,18 @@ namespace conex {
@@ -36,13 +36,18 @@ namespace conex {
extern double double_rndm_interface();
extern double double_rndm_interface();
extern "C" {}
// the CONEX fortran interface
// the CONEX fortran interface
extern "C" {
extern "C" {
extern struct { std::array<double, 16> dptl; } cxoptl_;
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 cegs4_(int&, int&);
void initconex_(int&, int*, int&, int&,
void initconex_(int&, int*, int&, int&,
Loading