From 67a49fc67bb0d0899d2f039658398205c78ca46e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Fri, 28 Jun 2019 15:24:30 +0200 Subject: [PATCH] k-order MEX: fix incorrect variable name in comment --- mex/sources/k_order_perturbation/k_ord_dynare.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mex/sources/k_order_perturbation/k_ord_dynare.cc b/mex/sources/k_order_perturbation/k_ord_dynare.cc index e64ae03c9..268c18a00 100644 --- a/mex/sources/k_order_perturbation/k_ord_dynare.cc +++ b/mex/sources/k_order_perturbation/k_ord_dynare.cc @@ -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 &dr_order)