From c03f6f577695c513ee33b1aab81d94199493abd4 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 07f2fb50..9baf99d7 100644
--- a/Documentation/Examples/cascade_example.cc
+++ b/Documentation/Examples/cascade_example.cc
@@ -291,7 +291,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