From 0c06ab1cc11a87f8a38a7a64e9d64f17468d8ce6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Wed, 25 Jan 2023 18:43:59 +0100 Subject: [PATCH] Block decomposition: make mfs=1 the default --- doc/manual/source/the-model-file.rst | 4 ++-- preprocessor | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst index 95b2073c61..b849472ba5 100644 --- a/doc/manual/source/the-model-file.rst +++ b/doc/manual/source/the-model-file.rst @@ -1054,7 +1054,7 @@ The model is declared inside a ``model`` block: ``0`` All the endogenous variables are considered as feedback - variables (Default). + variables. ``1`` @@ -1062,7 +1062,7 @@ The model is declared inside a ``model`` block: normalized (i.e. of the form :math:`x=f(Y)` where :math:`x` does not appear in :math:`Y`) are potentially recursive variables. All the other variables are forced to - belong to the set of feedback variables. + belong to the set of feedback variables. (Default) ``2`` diff --git a/preprocessor b/preprocessor index dc966014a3..389a2647d3 160000 --- a/preprocessor +++ b/preprocessor @@ -1 +1 @@ -Subproject commit dc966014a3eb37398c465cde9143d2c8d524dbec +Subproject commit 389a2647d3b1067d3af54596ad3bd076fab8a4b4 -- GitLab