updated TestBlobAnalyze

This commit is contained in:
James E McClure 2015-06-05 16:10:58 -04:00
parent 74d0b795a9
commit 14b95c71d6

View File

@ -211,7 +211,7 @@ int main(int argc, char **argv)
n = k*Nx*Ny+j*Nx+i;
// Shrink the sphere sizes by two voxels to make sure they don't touch
Averages.SDs(i,j,k) = 100.0;
Averages.Phase(i,j,k) -= 5.0;
Averages.Phase(i,j,k) += 2.0;
if (Averages.Phase(i,j,k) > 0.0){
Dm.id[n] = 2;
}