🐛 Fix displaying of wrong order in disp_identification

time-shift
Willi Mutschler 2020-02-14 13:45:47 +01:00
parent f4dc2ee743
commit 6223016683
No known key found for this signature in database
GPG Key ID: 91E724BF17A73F6D
1 changed files with 2 additions and 2 deletions

View File

@ -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;