typo fixed.

time-shift
Frédéric Karamé 2012-11-16 13:25:41 +01:00
parent 915a203add
commit 35c77c2e46
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ for t=1:sample_size
elseif strcmp(DynareOptions.particle.resampling.status,'none')
StateVectors = tmp(mf0,:);
if pruning
StateVectors_ = tmp_(mf0,:)
StateVectors_ = tmp_(mf0,:);
end
end
end