From 54ccc0fe02a7bd8597d67abe80db2e11272fb8ec Mon Sep 17 00:00:00 2001
From: ralfulrich <ralf.ulrich@kit.edu>
Date: Tue, 26 Jan 2021 13:25:55 +0100
Subject: [PATCH] Felix comments

---
 corsika/detail/modules/pythia8/Decay.inl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/corsika/detail/modules/pythia8/Decay.inl b/corsika/detail/modules/pythia8/Decay.inl
index 4a4f5dc3d..9b532ab7c 100644
--- a/corsika/detail/modules/pythia8/Decay.inl
+++ b/corsika/detail/modules/pythia8/Decay.inl
@@ -54,7 +54,7 @@ namespace corsika::pythia8 {
     Pythia8::Pythia::readString("Next:numberShowEvent = 0");
 
     Pythia8::Pythia::readString("Print:quiet = on");
-    Pythia8::Pythia::readString("Check:particleData = 0");
+    Pythia8::Pythia::readString("Check:particleData = off");
 
     /*
        switching off event check in pythia is needed to allow decays that are off-shell
-- 
GitLab