From 6f35d600059b3a83496075ee745146c63227c730 Mon Sep 17 00:00:00 2001
From: ralfulrich <ralf.ulrich@kit.edu>
Date: Sat, 3 Oct 2020 21:25:20 +0200
Subject: [PATCH] there is a side-effect of multi-array in UrQMD with
 boost::histogram

---
 Documentation/Examples/vertical_EAS.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/Examples/vertical_EAS.cc b/Documentation/Examples/vertical_EAS.cc
index 2f4bd7dab..be2de7fe9 100644
--- a/Documentation/Examples/vertical_EAS.cc
+++ b/Documentation/Examples/vertical_EAS.cc
@@ -6,6 +6,7 @@
  * the license.
  */
 
+#include <corsika/process/interaction_counter/InteractionCounter.hpp>
 #include <corsika/cascade/Cascade.h>
 #include <corsika/environment/Environment.h>
 #include <corsika/environment/FlatExponential.h>
@@ -30,13 +31,12 @@
 #include <corsika/process/sibyll/NuclearInteraction.h>
 #include <corsika/process/switch_process/SwitchProcess.h>
 #include <corsika/process/tracking_line/TrackingLine.h>
-#include <corsika/process/urqmd/UrQMD.h>
 #include <corsika/random/RNGManager.h>
 #include <corsika/setup/SetupStack.h>
 #include <corsika/setup/SetupTrajectory.h>
 #include <corsika/units/PhysicalUnits.h>
 #include <corsika/utl/CorsikaFenv.h>
-#include <corsika/process/interaction_counter/InteractionCounter.hpp>
+#include <corsika/process/urqmd/UrQMD.h>
 
 #include <iomanip>
 #include <iostream>
-- 
GitLab