diff --git a/tests/lbpm_morph_pp.cpp b/tests/lbpm_morph_pp.cpp index 2ff96c9f..533eb5ef 100644 --- a/tests/lbpm_morph_pp.cpp +++ b/tests/lbpm_morph_pp.cpp @@ -167,7 +167,7 @@ int main(int argc, char **argv) // Generate a histogram of pore size distribution // Get all local pore sizes (local maxima) if (rank==0) printf("Generating a histogram of pore sizes \n"); - int NumBins=100; + int NumBins=30; int *BinCounts; BinCounts = new int [NumBins]; int *GlobalHistogram; @@ -202,6 +202,7 @@ int main(int argc, char **argv) } } // Compute min and max poresize + if (rank==0) printf(" computing local minimum and maximum... \n"); MinPoreSize=MaxPoreSize=PoreSize[0]; for (int idx=0; idx