From a42d48a0982e6f0d3fab2003c86b8e6fb591779e Mon Sep 17 00:00:00 2001
From: Alan Coleman <alanc@udel.edu>
Date: Sat, 9 Mar 2024 13:57:15 +0100
Subject: [PATCH] initialize variable

---
 corsika/detail/framework/core/Cascade.inl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/corsika/detail/framework/core/Cascade.inl b/corsika/detail/framework/core/Cascade.inl
index 2a8b32489..5819be9e6 100644
--- a/corsika/detail/framework/core/Cascade.inl
+++ b/corsika/detail/framework/core/Cascade.inl
@@ -43,7 +43,8 @@ namespace corsika {
       , sequence_(pl)
       , output_(out)
       , stack_(stack)
-      , forceInteraction_(false) {
+      , forceInteraction_(false)
+      , forceDecay_(false) {
     CORSIKA_LOG_INFO(c8_ascii_);
     CORSIKA_LOG_INFO("This is CORSIKA {}.{}.{}.{}", CORSIKA_RELEASE_NUMBER,
                      CORSIKA_MAJOR_NUMBER, CORSIKA_MINOR_NUMBER, CORSIKA_PATCH_NUMBER);
-- 
GitLab