Removed commented lines of code.

time-shift
Stéphane Adjemian (Charybdis) 2013-06-28 13:41:17 +02:00
parent 56e3d70618
commit 14462b772d
1 changed files with 1 additions and 8 deletions

View File

@ -83,10 +83,6 @@ if ischar(parameters)
end
end
%pshape_original = bayestopt_.pshape;
%bayestopt_.pshape = Inf(size(bayestopt_.pshape));
%clear('priordens')
[atT,innov,measurement_error,updated_variables,ys,trend_coeff,aK,T,R,P,PK,decomp] = ...
DsgeSmoother(parameters,dataset_.info.ntobs,dataset_.data,dataset_.missing.aindex,dataset_.missing.state);
@ -118,7 +114,4 @@ for i=bayestopt_.smoother_saved_var_list'
end
for i=1:M_.exo_nbr
eval(['oo_.SmoothedShocks.' deblank(M_.exo_names(i,:)) ' = innov(i,:)'';']);
end
%oo.dr = oo_.dr;
%bayestopt_.pshape = pshape_original;
end