DsgeSmoother.m: remove unnecessary space

new-samplers
Johannes Pfeifer 2023-12-11 13:13:35 +01:00
parent 5a3d545db2
commit daecd1f720
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ if kalman_algo == 1 || kalman_algo == 3
kalman_algo = 2;
elseif kalman_algo == 3
fprintf('\nDsgeSmoother: Switching to univariate filter. This is usually due to co-integration in diffuse filter,\n')
fprintf(' otherwise it may be a sign of stochastic singularity.\n')
fprintf('otherwise it may be a sign of stochastic singularity.\n')
kalman_algo = 4;
else
error('This case shouldn''t happen')