From dee7d5fa05178debb4378c8123a2e1fe5aa9f1e0 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Wed, 3 Jul 2024 03:21:42 -0400 Subject: [PATCH] initialize keep_prev_state in the Castro --- Source/driver/Castro.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/driver/Castro.H b/Source/driver/Castro.H index 30976c248d..25cd270a12 100644 --- a/Source/driver/Castro.H +++ b/Source/driver/Castro.H @@ -1345,7 +1345,7 @@ protected: /// /// Flag for indicating that we want to save prev_state until the reflux. /// - bool keep_prev_state; + bool keep_prev_state{}; #ifdef TRUE_SDC