From aca441e7849da1070c685c6c6191d5aa94b7e1fd Mon Sep 17 00:00:00 2001 From: ralfulrich <ralf.ulrich@kit.edu> Date: Mon, 21 Sep 2020 10:08:29 +0200 Subject: [PATCH] renamed proposal_example to em_shower --- Documentation/Examples/CMakeLists.txt | 4 ++-- Documentation/Examples/{proposal_example.cc => em_shower.cc} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename Documentation/Examples/{proposal_example.cc => em_shower.cc} (99%) diff --git a/Documentation/Examples/CMakeLists.txt b/Documentation/Examples/CMakeLists.txt index 50c937f14..3e933ea6f 100644 --- a/Documentation/Examples/CMakeLists.txt +++ b/Documentation/Examples/CMakeLists.txt @@ -131,8 +131,8 @@ target_link_libraries (staticsequence_example CORSIKAlogging) -CORSIKA_ADD_EXAMPLE (proposal_example RUN_OPTIONS 100.) -target_link_libraries (proposal_example +CORSIKA_ADD_EXAMPLE (em_shower RUN_OPTIONS 100.) +target_link_libraries (em_shower SuperStupidStack CORSIKAunits CORSIKAlogging diff --git a/Documentation/Examples/proposal_example.cc b/Documentation/Examples/em_shower.cc similarity index 99% rename from Documentation/Examples/proposal_example.cc rename to Documentation/Examples/em_shower.cc index 0494ce8a5..fc4a51f8c 100644 --- a/Documentation/Examples/proposal_example.cc +++ b/Documentation/Examples/em_shower.cc @@ -56,7 +56,7 @@ void registerRandomStreams() { int main(int argc, char** argv) { if (argc != 2) { - std::cerr << "usage: proposal_example <energy/GeV>" << std::endl; + std::cerr << "usage: em_shower <energy/GeV>" << std::endl; return 1; } feenableexcept(FE_INVALID); -- GitLab