Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
6d2f9dc6
Commit
6d2f9dc6
authored
Oct 14, 2010
by
Sébastien Villemot
Browse files
Added missing case in print_info
parent
609293b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/print_info.m
View file @
6d2f9dc6
...
...
@@ -56,6 +56,8 @@ if ~noprint
error
(
'The steady state is complex.'
)
case
30
error
(
'Variance can
''
t be computed'
)
case
43
error
(
'Covariance matrix of shocks is not positive definite'
)
case
51
error
(
'You are estimating a DSGE-VAR model, but the value of the dsge prior weight is too low!'
)
otherwise
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment