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
6662aa9e
Commit
6662aa9e
authored
Jul 14, 2011
by
Michel Juillard
Browse files
expanded error message when initial values are incompatible with steady state equations
parent
0ec30956
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/dynare_solve.m
View file @
6662aa9e
...
...
@@ -91,6 +91,9 @@ elseif options_.solve_algo == 2 || options_.solve_algo == 4
disp
([
'STEADY: numerical initial values incompatible with the following'
...
' equations'
])
disp
(
i
'
)
disp
(
'Please check for example'
)
disp
(
' i) if all parameters occurring in these equations are defined'
)
disp
(
' ii) that no division by an endogenous variable initialized to 0 occurs'
)
error
(
'exiting ...'
)
end
...
...
Write
Preview
Supports
Markdown
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