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

Fixed bug introduced in ce9fe30a7aa45eed5c04bd99a7d20710e94264c2

The auxiliary variable type for Lagrange multipliers had been incorrectly
modified
parent b75d0e73
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,8 @@ enum aux_var_t ...@@ -38,7 +38,8 @@ enum aux_var_t
avExoLead = 2, //!< Substitute for exo leads >= 2 avExoLead = 2, //!< Substitute for exo leads >= 2
avExoLag = 3, //!< Substitute for exo lags >= 2 avExoLag = 3, //!< Substitute for exo lags >= 2
avExpectation = 4, //!< Substitute for Expectation Operator avExpectation = 4, //!< Substitute for Expectation Operator
avMultiplier = 5 //!< Multipliers for FOC of Ramsey Probelem // Type 5 now unused
avMultiplier = 6 //!< Multipliers for FOC of Ramsey Problem
}; };
//! Information on some auxiliary variables //! Information on some auxiliary variables
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment