Update signed distance in tests/BlobAnalysis.cpp
This commit is contained in:
parent
1973da3bad
commit
4228c20f14
@ -593,7 +593,7 @@ int main(int argc, char **argv)
|
|||||||
DoubleArray BlobAverages(NUM_AVERAGES,nblobs);
|
DoubleArray BlobAverages(NUM_AVERAGES,nblobs);
|
||||||
|
|
||||||
// Map the signed distance for the analysis
|
// 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
|
// Compute the porosity
|
||||||
porosity=0.0;
|
porosity=0.0;
|
||||||
|
Loading…
Reference in New Issue
Block a user