IAP GITLAB

Skip to content
Snippets Groups Projects
Commit fcb0ff45 authored by Ralf Ulrich's avatar Ralf Ulrich
Browse files

Merge branch '473-corsika-cpp-breaks-at-runtime' into 'master'

Resolve "corsika.cpp breaks at runtime"

Closes #473

See merge request AirShowerPhysics/corsika!419
parents d714c500 4619d37f
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,7 @@ CORSIKA_REGISTER_EXAMPLE (hybrid_MC RUN_OPTIONS 4 2 10000.)
add_executable (corsika corsika.cpp)
target_link_libraries (corsika CORSIKA8::CORSIKA8)
CORSIKA_REGISTER_EXAMPLE (corsika RUN_OPTIONS --energy=100 --zenith=10 --nevent=2 --filename=corsika_test --pdg=2212)
add_executable (mars mars.cpp)
target_link_libraries (mars CORSIKA8::CORSIKA8)
......
Subproject commit c42a119ea1dc5053cb748994a9d8a4561f2206d5
Subproject commit eded833608bbc6845f9d7e2af4e151683f27818f
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