bug: initialize undefined variable in OccBin smoother

kalman-mex
Johannes Pfeifer 2023-09-15 06:43:42 +02:00
parent b5880e0e56
commit 01f29784d7
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ else
if size(TT,3)<(smpl+1)
TT=repmat(T,1,1,smpl+1);
RR=repmat(R,1,1,smpl+1);
CC=repmat(zeros(mm,1),1,smpl+1);
CC=repmat(zeros(size(T,1),1),1,smpl+1);
end
end
if isoccbin==0