From 42e31ad6e1bed9ee017ead4b7a4bab4fd883b382 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Mon, 1 Oct 2018 10:52:06 +0200
Subject: [PATCH] Ensure that linear_decomposition is false by default

---
 src/ModFile.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ModFile.hh b/src/ModFile.hh
index 72410555..7f5d50dc 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;
-- 
GitLab