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
38bc29ff
Commit
38bc29ff
authored
Dec 06, 2012
by
Houtan Bastani
Browse files
clean up resol
parent
0ab2c28f
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/resol.m
View file @
38bc29ff
...
...
@@ -97,10 +97,6 @@ if isfield(oo,'dr');
dr
=
oo
.
dr
;
end
info
=
0
;
it_
=
M
.
maximum_lag
+
1
;
if
M
.
exo_nbr
==
0
oo
.
exo_steady_state
=
[]
;
end
...
...
@@ -113,10 +109,7 @@ end
if
options
.
block
[
dr
,
info
,
M
,
options
,
oo
]
=
dr_block
(
dr
,
check_flag
,
M
,
options
,
oo
);
oo
.
dr
=
dr
;
else
[
dr
,
info
]
=
stochastic_solvers
(
dr
,
check_flag
,
M
,
options
,
oo
);
oo
.
dr
=
dr
;
end
oo
.
dr
=
dr
;
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