DsgeSmoother.m: delete redundant line

mr#2067
Johannes Pfeifer 2022-06-27 11:23:19 +02:00
parent 5423949047
commit 74672bb294
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ else
trend_addition=zeros(size(constant,1),gend);
trend = constant*ones(1,gend);
end
start = options_.presample+1;
np = size(T,1);
mf = bayestopt_.mf;
% ------------------------------------------------------------------------------