Skip to content
Snippets Groups Projects
Commit 74ef1aa7 authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

Fixing bug introduced in ae82c284

parent 156397ec
Branches
Tags
No related merge requests found
......@@ -140,7 +140,7 @@ if run_smoother
end
end
if nvn
stock_error = NaN(endo_nbr,gend,MAX_nerro);
stock_error = NaN(size(varobs,1),gend,MAX_nerro);
end
if naK
stock_filter_step_ahead =NaN(length(options_.filter_step_ahead),endo_nbr,gend+max(options_.filter_step_ahead),MAX_naK);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment