From 74672bb294e5527ff7c19d9a2fcaf960b086b146 Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer Date: Mon, 27 Jun 2022 11:23:19 +0200 Subject: [PATCH] DsgeSmoother.m: delete redundant line --- matlab/DsgeSmoother.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/DsgeSmoother.m b/matlab/DsgeSmoother.m index 18d0f286c..e2b658f34 100644 --- a/matlab/DsgeSmoother.m +++ b/matlab/DsgeSmoother.m @@ -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; % ------------------------------------------------------------------------------