Skip to content
Snippets Groups Projects
Commit 42e31ad6 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Ensure that linear_decomposition is false by default

parent 1f987706
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment