From fe503d3eabf52d9aeb1cf7d68f884e652b548d95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Tue, 17 Jan 2023 16:36:37 +0100 Subject: [PATCH] Remove confusing comment --- src/ModelTree.hh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/ModelTree.hh b/src/ModelTree.hh index 7ae3f4f5..f7f3394b 100644 --- a/src/ModelTree.hh +++ b/src/ModelTree.hh @@ -598,12 +598,7 @@ protected: public: //! Absolute value under which a number is considered to be zero double cutoff{1e-15}; - //! Compute the minimum feedback set - /*! 0 : all endogenous variables are considered as feedback variables - 1 : the variables belonging to non normalized equation are considered as feedback variables - 2 : the variables belonging to a non linear equation are considered as feedback variables - 3 : the variables belonging to a non normalizable non linear equation are considered as feedback variables - default value = 0 */ + // Setting for minimum feedback set computation (see the reference manual) int mfs{0}; //! Declare a node as an equation of the model; also give its line number void addEquation(expr_t eq, optional<int> lineno); -- GitLab