Skip to content
Snippets Groups Projects
Verified Commit a653f1a5 authored by Willi Mutschler's avatar Willi Mutschler Committed by Sébastien Villemot
Browse files

:bug: Fix displaying of wrong order in disp_identification

(cherry picked from commit 62230166)
parent b0c3e403
Branches
Tags
1 merge request!1815WIP Cherry-picks for 4.6
......@@ -93,9 +93,9 @@ for jide = 1:4
elseif jide == 2
strTest = 'MINIMAL SYSTEM (Komunjer and Ng, 2011)'; strJacobian = 'Deltabar'; strMeaning = 'Jacobian of steady state and minimal system';
if options_ident.order == 2
strMeaning = 'Jacobian of second-order accurate mean and first-order minimal system';
strMeaning = 'Jacobian of first-order minimal system and second-order accurate mean';
elseif options_ident.order == 3
strMeaning = 'Jacobian of second-order accurate mean and first-order minimal system';
strMeaning = 'Jacobian of first-order minimal system and third-order accurate mean';
end
if ~no_identification_minimal
noidentification = 0; ide = ide_minimal;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment