Skip to content
Snippets Groups Projects
Verified Commit 67a49fc6 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

k-order MEX: fix incorrect variable name in comment

parent ca1a1ae0
Branches
Tags
No related merge requests found
...@@ -178,7 +178,7 @@ KordpDynare::LLxSteady(const Vector &yS, Vector &llxSteady) ...@@ -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 (x⁻, x, x⁺, u).
In Dynare++, the ordering is (y⁺, y, y⁻, 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 void
KordpDynare::computeJacobianPermutation(const std::vector<int> &dr_order) KordpDynare::computeJacobianPermutation(const std::vector<int> &dr_order)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment