Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
dynare
Commits
a653f1a5
Verified
Commit
a653f1a5
authored
5 years ago
by
Willi Mutschler
Committed by
Sébastien Villemot
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix displaying of wrong order in disp_identification
(cherry picked from commit
62230166
)
parent
b0c3e403
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!1815
WIP Cherry-picks for 4.6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
matlab/disp_identification.m
+2
-2
2 additions, 2 deletions
matlab/disp_identification.m
with
2 additions
and
2 deletions
matlab/disp_identification.m
+
2
−
2
View file @
a653f1a5
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment