updateing lbpm_disc_pp

This commit is contained in:
James E McClure 2015-07-10 10:43:46 -04:00
parent eaa315086f
commit c200e1cd90

View File

@ -312,8 +312,6 @@ int main(int argc, char **argv)
// Assign the Signed Distance where valid // Assign the Signed Distance where valid
if (dst < SignDist(i,j,k)) SignDist(i,j,k) = dst; if (dst < SignDist(i,j,k)) SignDist(i,j,k) = dst;
n = k*Nx*Ny+j*Nx+i; n = k*Nx*Ny+j*Nx+i;
id[n] = 0; id[n] = 0;
} }