Add missing comment sign in DsgeSmoother.m

time-shift
Johannes Pfeifer 2016-06-16 22:07:36 +02:00 committed by Stéphane Adjemian (Hermes)
parent 960aeb0d8d
commit af72c1bd22
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ if kalman_algo == 2 || kalman_algo == 4
%now reset H to 0
H = zeros(vobs,vobs);
else
do nothing, state vector was already expanded
%do nothing, state vector was already expanded
end
end