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

Remove confusing comment

parent 4bba274f
Branches
No related tags found
No related merge requests found
...@@ -598,12 +598,7 @@ protected: ...@@ -598,12 +598,7 @@ protected:
public: public:
//! Absolute value under which a number is considered to be zero //! Absolute value under which a number is considered to be zero
double cutoff{1e-15}; double cutoff{1e-15};
//! Compute the minimum feedback set // Setting for minimum feedback set computation (see the reference manual)
/*! 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 */
int mfs{0}; int mfs{0};
//! Declare a node as an equation of the model; also give its line number //! Declare a node as an equation of the model; also give its line number
void addEquation(expr_t eq, optional<int> lineno); void addEquation(expr_t eq, optional<int> lineno);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment