aux vars: update C++ comment to reflect last changes

issue#70
Sébastien Villemot 2011-10-21 15:10:32 +02:00
parent 17c8ae5c9d
commit 0298a70faa
1 changed files with 1 additions and 1 deletions

View File

@ -4017,7 +4017,7 @@ DynamicModel::substituteLeadLagInternal(aux_var_t type, bool deterministic_model
// Order of auxiliary variable definition equations:
// - expectation (entered before this function is called)
// - lead variables from lower lead to higher lead (need to be listed in reverse order)
// - lead variables from lower lead to higher lead
// - lag variables from lower lag to higher lag
copy(neweqs.begin(), neweqs.end(), back_inserter(aux_equations));