Removed blob analysis from lbpm_segmented_pp (not really needed by the preprocessor)

This commit is contained in:
James E McClure 2015-07-05 12:55:04 -04:00
parent 5299fd64ea
commit c543176244

View File

@ -211,7 +211,7 @@ int main(int argc, char **argv)
FILE *PHASE = fopen(LocalRankFilename,"wb");
fwrite(Averages.Phase.get(),8,Averages.Phase.length(),PHASE);
fclose(PHASE);
/*
for (k=0;k<nz;k++){
for (j=0;j<ny;j++){
for (i=0;i<nx;i++){
@ -327,6 +327,7 @@ int main(int argc, char **argv)
Averages.SortBlobs();
if (rank==0) WriteBlobs(Averages);
*/
MPI_Barrier(MPI_COMM_WORLD);
MPI_Finalize();