Fixing TestBlobAnalyze
This commit is contained in:
parent
6739893762
commit
ead4b86101
@ -201,7 +201,7 @@ int main(int argc, char **argv)
|
||||
// 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) += 2.0;
|
||||
if (Phase(i,j,k) > 0.0){
|
||||
if (Averages.Phase(i,j,k) > 0.0){
|
||||
Dm.id[n] = 2;
|
||||
}
|
||||
else{
|
||||
|
Loading…
Reference in New Issue
Block a user