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
d22b86c2
Commit
d22b86c2
authored
13 years ago
by
Houtan Bastani
Browse files
Options
Downloads
Patches
Plain Diff
clarify error message
parent
49b28695
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
matlab/dr1.m
+1
-0
1 addition, 0 deletions
matlab/dr1.m
matlab/print_info.m
+4
-3
4 additions, 3 deletions
matlab/print_info.m
with
5 additions
and
3 deletions
matlab/dr1.m
+
1
−
0
View file @
d22b86c2
...
@@ -363,6 +363,7 @@ else % use original Dynare solver
...
@@ -363,6 +363,7 @@ else % use original Dynare solver
if
info1
if
info1
info
(
1
)
=
2
;
info
(
1
)
=
2
;
info
(
2
)
=
info1
;
info
(
2
)
=
info1
;
info
(
3
)
=
size
(
e
,
2
);
return
return
end
end
...
...
This diff is collapsed.
Click to expand it.
matlab/print_info.m
+
4
−
3
View file @
d22b86c2
...
@@ -33,8 +33,9 @@ if ~noprint
...
@@ -33,8 +33,9 @@ if ~noprint
error
([
'The model doesn
''
t determine the current variables'
...
error
([
'The model doesn
''
t determine the current variables'
...
' uniquely'
])
' uniquely'
])
case
2
case
2
error
([
'MJDGGES returns the following error code: '
...
error
([
'The generalized Schur (QZ) decomposition failed. '
...
int2str
(
info
(
2
))])
'For more information, see the documentation for Lapack function dgges: info='
...
int2str
(
info
(
2
))
', n='
int2str
(
info
(
3
))])
case
3
case
3
error
([
'Blanchard Kahn conditions are not satisfied: no stable'
...
error
([
'Blanchard Kahn conditions are not satisfied: no stable'
...
' equilibrium'
])
' equilibrium'
])
...
...
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