From 86c74310378da48ec174a8aa54689ea2fb6caf82 Mon Sep 17 00:00:00 2001 From: James E McClure Date: Wed, 25 Jun 2014 14:44:54 -0400 Subject: [PATCH] updated lb2_Blob_wia_mpi --- tests/lb2_Blob_wia_mpi.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/lb2_Blob_wia_mpi.cpp b/tests/lb2_Blob_wia_mpi.cpp index 747587ab..b8dec517 100644 --- a/tests/lb2_Blob_wia_mpi.cpp +++ b/tests/lb2_Blob_wia_mpi.cpp @@ -96,7 +96,6 @@ inline int ComputeLocalBlob(IntArray blobs, int &nblobs, int &ncubes, IntArray i printf("Error in blob search algorithm!"); } } - } if ( nrecent == 0){ status = 0; @@ -2320,13 +2319,14 @@ int main(int argc, char **argv) nblobs=0; double vF,vS; vF = vS = 0.0; - for (k=0;k 0.0 ){ if ( SignDist(i,j,k) > 0.0 ){ // node i,j,k is in the porespace + printf(); BlobSizes(nblobs) = ComputeBlob(BlobList,nblobs,ncubes,LocalBlobID,Phase,SignDist,vF,vS,i,j,k,temp); nblobs++; }