Update signed distance in tests/BlobAnalysis.cpp

This commit is contained in:
James McClure 2014-09-07 16:01:49 -04:00
parent 1973da3bad
commit 4228c20f14

View File

@ -593,7 +593,7 @@ int main(int argc, char **argv)
DoubleArray BlobAverages(NUM_AVERAGES,nblobs);
// Map the signed distance for the analysis
for (i=0; i<Nx*Ny*Nz; i++) SignDist.data[i] -= (1.0);
// for (i=0; i<Nx*Ny*Nz; i++) SignDist.data[i] -= (1.0);
// Compute the porosity
porosity=0.0;