Fixed bug introduced in ce9fe30a7aa45eed5c04bd99a7d20710e94264c2

The auxiliary variable type for Lagrange multipliers had been incorrectly
modified
issue#70
Sébastien Villemot 2011-10-28 07:49:10 +02:00
parent b75d0e733f
commit 2466966e3f
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,8 @@ enum aux_var_t
avExoLead = 2, //!< Substitute for exo leads >= 2
avExoLag = 3, //!< Substitute for exo lags >= 2
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