IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 00796aab authored by Felix Riehn's avatar Felix Riehn Committed by ralfulrich
Browse files

added cascade example with sibyll, primitive

parent 18424ca2
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
#include <corsika/process/sibyll/ParticleConversion.h> #include <corsika/process/sibyll/ParticleConversion.h>
#include <corsika/units/PhysicalUnits.h> #include <corsika/units/PhysicalUnits.h>
using namespace corsika; using namespace corsika;
using namespace corsika::process; using namespace corsika::process;
using namespace corsika::units; using namespace corsika::units;
......
...@@ -27,6 +27,7 @@ set ( ...@@ -27,6 +27,7 @@ set (
CORSIKAsibyll_SOURCES CORSIKAsibyll_SOURCES
sibyll2.3c.f sibyll2.3c.f
gasdev.f gasdev.f
# rndm_dbl.f
) )
add_library (CORSIKAsibyll STATIC ${CORSIKAsibyll_SOURCES}) add_library (CORSIKAsibyll STATIC ${CORSIKAsibyll_SOURCES})
......
...@@ -54,9 +54,6 @@ namespace corsika::units::si::constants { ...@@ -54,9 +54,6 @@ namespace corsika::units::si::constants {
// unified atomic mass unit // unified atomic mass unit
constexpr quantity<mass_d> u{Rep(1.6605402e-27L) * kilogram}; constexpr quantity<mass_d> u{Rep(1.6605402e-27L) * kilogram};
// barn moved to PhysicalUnits
// constexpr quantity<area_d> barn{Rep(1.e-28L) * meter * meter};
// etc. // etc.
......
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