Skip to content
Snippets Groups Projects
Commit 6105ed43 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Removed useless calls to set_default_options.

parent 12a3af81
Branches
Tags
No related merge requests found
......@@ -31,8 +31,6 @@ function make_ex_
global M_ options_ oo_ ex0_ ex_det0_
options_ = set_default_option(options_,'periods',0);
if isempty(oo_.exo_steady_state)
oo_.exo_steady_state = zeros(M_.exo_nbr,1);
end
......
......@@ -31,8 +31,6 @@ function make_y_
global M_ options_ oo_ ys0_
options_ = set_default_option(options_,'periods',0);
if isempty(oo_.steady_state)
oo_.steady_state = zeros(M_.endo_nbr,1);
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment