k-order MEX: fix incorrect variable name in comment

time-shift
Sébastien Villemot 2019-06-28 15:24:30 +02:00
parent ca1a1ae0f2
commit 67a49fc67b
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ KordpDynare::LLxSteady(const Vector &yS, Vector &llxSteady)
In Dynare, the ordering is (x, x, x, u).
In Dynare++, the ordering is (y, y, y, u).
dr_order is typically equal to M_.order_var.
dr_order is typically equal to oo_.dr.order_var.
*/
void
KordpDynare::computeJacobianPermutation(const std::vector<int> &dr_order)