Ensure that linear_decomposition is false by default

issue#70
Sébastien Villemot 2018-10-01 10:52:06 +02:00
parent 1f987706a9
commit 42e31ad6e1
1 changed files with 1 additions and 1 deletions

View File

@ -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;