diff --git a/src/ModFile.hh b/src/ModFile.hh
index 72410555fc668b7d7da04b09eb27e5297137bb19..7f5d50dc87c72a4842d65f525cb994254f6ae718 100644
--- a/src/ModFile.hh
+++ b/src/ModFile.hh
@@ -103,7 +103,7 @@ public:
   vector<string> differentiate_forward_vars_subset;
 
   //! Is the model is block-decomposed according the linear and the non-linear equations
-  bool linear_decomposition;
+  bool linear_decomposition{false};
 
   //! Are nonstationary variables present ?
   bool nonstationary_variables;