bug correction for diffuse smoother

time-shift
Michel Juillard 2011-01-18 17:53:22 +01:00
parent c5310731d9
commit 1db24b3107
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ while newRank & t < smpl
end
end
if newRank
oldRank = rank(Pinf(:,:,t),crit);
oldRank = rank(Pinf(:,:,t),crit1);
else
oldRank = 0;
end