Removed useless calls to set_default_options.

time-shift
Stéphane Adjemian (Charybdis) 2011-11-24 17:57:23 +01:00
parent 12a3af8167
commit 6105ed433c
2 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -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