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
d76273f7
Commit
d76273f7
authored
Sep 17, 2011
by
Stéphane Adjemian
Browse files
Fixed bug introduced while removing globals from resol.m.
parent
88b941c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/stoch_simul.m
View file @
d76273f7
...
...
@@ -69,7 +69,8 @@ elseif options_.discretionary_policy
end
[
oo_
.
dr
,
ys
,
info
]
=
discretionary_policy_1
(
oo_
,
options_
.
instruments
);
else
[
oo_
.
dr
,
info
,
M_
,
options_
,
oo_
]
=
resol
(
0
,
M_
,
options_
,
oo_
);
[
dr
,
info
,
M_
,
options_
,
oo_
]
=
resol
(
0
,
M_
,
options_
,
oo_
);
oo_
.
dr
=
dr
;
end
if
info
(
1
)
...
...
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