From 25016e20ed7f48ca21c68b03dd5b206f3760e246 Mon Sep 17 00:00:00 2001 From: Felix Riehn <friehn@lip.pt> Date: Thu, 23 Mar 2023 17:09:51 +0000 Subject: [PATCH] fixed it! --- examples/corsika.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/corsika.cpp b/examples/corsika.cpp index daeb46025..a7e9dca6b 100644 --- a/examples/corsika.cpp +++ b/examples/corsika.cpp @@ -371,7 +371,7 @@ int main(int argc, char** argv) { // assemble the final process sequence auto sequence = make_sequence(stackInspect, hadronSequence, decaySequence, cut, emCascade, emContinuous, // trackWriter, - observationLevel, longprof); + longprof, observationLevel); /* === END: SETUP PROCESS LIST === */ // create the cascade object using the default stack and tracking -- GitLab