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
Dynare
dynare
Commits
60b3577a
Commit
60b3577a
authored
May 28, 2015
by
Houtan Bastani
Browse files
avoid call to dyn2vec in stoch_simul when the minimal_workspace option is passed, closes
#946
parent
fe8750c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/stoch_simul.m
View file @
60b3577a
...
...
@@ -146,7 +146,9 @@ if options_.periods > 0 && ~PI_PCL_solver
end
[
ys
,
oo_
]
=
simult
(
y0
,
oo_
.
dr
,
M_
,
options_
,
oo_
);
oo_
.
endo_simul
=
ys
;
dyn2vec
;
if
~
options_
.
minimal_workspace
dyn2vec
;
end
end
if
options_
.
nomoments
==
0
...
...
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