Updated tests/BlobAnalysis.cpp

This commit is contained in:
James McClure
2014-10-11 18:28:51 -04:00
parent 9fc6249bf5
commit ad3deac284

View File

@@ -634,7 +634,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;