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
d60c32e6
Commit
d60c32e6
authored
Nov 15, 2010
by
Stéphane Adjemian (Charybdis)
Browse files
Fixed bug in dealing with _steadystate functions that modify deep parameters. See trac ticket #103.
parent
39287211
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/dr1.m
View file @
d60c32e6
...
...
@@ -104,6 +104,7 @@ if options_.ramsey_policy
[
x
,
check
]
=
feval
([
M_
.
fname
'_steadystate'
],
...
ys
,[
oo_
.
exo_steady_state
;
...
oo_
.
exo_det_steady_state
]);
M_
.
params
=
evalin
(
'base'
,
'M_.params;'
);
if
size
(
x
,
1
)
<
M_
.
endo_nbr
if
length
(
M_
.
aux_vars
)
>
0
x
=
add_auxiliary_variables_to_steadystate
(
x
,
M_
.
aux_vars
,
...
...
...
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