IAP GITLAB

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

back to cegs4()

parent bc9d05af
No related branches found
No related tags found
2 merge requests!234WIP: Initial example of python as script language from C++,!232Conex EM
/*
* (c) Copyright 2020 CORSIKA Project, corsika-project@lists.kit.edu
*
* See file AUTHORS for a list of contributors.
*
* This software is distributed under the terms of the GNU General Public
* Licence version 3 (GPL Version 3). See file LICENSE for a full version of
* the license.
*/
#pragma once
#include <array>
extern "C" {
int InitialParticle_(int const&);
struct cxoptl_ {
std::array<double, 16> dptl;
};
}
...@@ -17,11 +17,14 @@ ...@@ -17,11 +17,14 @@
#include <conexConfig.h> #include <conexConfig.h>
#include <conexHEModels.h> #include <conexHEModels.h>
#include <array>
namespace conex { namespace conex {
extern "C" { extern "C" {
// ipart,energy,theta,phi,dimpact,ioseed extern struct { std::array<double, 16> dptl; } cxoptl_;
void cegs4_(int&, int&);
void initconex_(int&, int*, int&, int&, void initconex_(int&, int*, int&, int&,
#ifdef CONEX_EXTENSIONS #ifdef CONEX_EXTENSIONS
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