From 3df59dda8336b7e7bde63731cfbcefdcc598dc76 Mon Sep 17 00:00:00 2001
From: ralfulrich <ralf.ulrich@kit.edu>
Date: Thu, 14 Feb 2019 14:46:32 +0100
Subject: [PATCH] lower standard energy, we cannot simulate too high for CI

---
 Documentation/Examples/cascade_example.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/Examples/cascade_example.cc b/Documentation/Examples/cascade_example.cc
index a8750538..c126ce13 100644
--- a/Documentation/Examples/cascade_example.cc
+++ b/Documentation/Examples/cascade_example.cc
@@ -282,7 +282,7 @@ int main() {
   const HEPMassType mass = GetNucleusMass(nuclA, nuclZ);
   const HEPEnergyType E0 =
       nuclA *
-      100_TeV; // 1_PeV crashes with bad COMboost in second interaction (crash later)
+      100_GeV; // 1_PeV crashes with bad COMboost in second interaction (crash later)
   double theta = 0.;
   double phi = 0.;
 
-- 
GitLab