IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 7b8256fb authored by Maximilian Reininghaus's avatar Maximilian Reininghaus 🖖 Committed by Ralf Ulrich
Browse files

better output

parent 49a9c93a
No related branches found
No related tags found
1 merge request!189Interaction histogram
...@@ -76,7 +76,7 @@ void registerRandomStreams() { ...@@ -76,7 +76,7 @@ void registerRandomStreams() {
int main(int argc, char** argv) { int main(int argc, char** argv) {
if (argc != 4) { if (argc != 4) {
std::cerr << "must provide A, Z, energy" << std::endl; std::cerr << "usage: vertical_EAS <A> <Z> <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