updated TestBlobAnalyze
This commit is contained in:
parent
74d0b795a9
commit
14b95c71d6
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user