IAP GITLAB

Skip to content
Snippets Groups Projects
Commit aca441e7 authored by ralfulrich's avatar ralfulrich
Browse files

renamed proposal_example to em_shower

parent a22760ae
No related branches found
No related tags found
1 merge request!245Include proposal process rebase
...@@ -131,8 +131,8 @@ target_link_libraries (staticsequence_example ...@@ -131,8 +131,8 @@ target_link_libraries (staticsequence_example
CORSIKAlogging) CORSIKAlogging)
CORSIKA_ADD_EXAMPLE (proposal_example RUN_OPTIONS 100.) CORSIKA_ADD_EXAMPLE (em_shower RUN_OPTIONS 100.)
target_link_libraries (proposal_example target_link_libraries (em_shower
SuperStupidStack SuperStupidStack
CORSIKAunits CORSIKAunits
CORSIKAlogging CORSIKAlogging
......
...@@ -56,7 +56,7 @@ void registerRandomStreams() { ...@@ -56,7 +56,7 @@ void registerRandomStreams() {
int main(int argc, char** argv) { int main(int argc, char** argv) {
if (argc != 2) { if (argc != 2) {
std::cerr << "usage: proposal_example <energy/GeV>" << std::endl; std::cerr << "usage: em_shower <energy/GeV>" << std::endl;
return 1; return 1;
} }
feenableexcept(FE_INVALID); feenableexcept(FE_INVALID);
......
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