Removed blob analysis from lbpm_segmented_pp (not really needed by the preprocessor)
This commit is contained in:
parent
5299fd64ea
commit
c543176244
@ -211,7 +211,7 @@ int main(int argc, char **argv)
|
|||||||
FILE *PHASE = fopen(LocalRankFilename,"wb");
|
FILE *PHASE = fopen(LocalRankFilename,"wb");
|
||||||
fwrite(Averages.Phase.get(),8,Averages.Phase.length(),PHASE);
|
fwrite(Averages.Phase.get(),8,Averages.Phase.length(),PHASE);
|
||||||
fclose(PHASE);
|
fclose(PHASE);
|
||||||
|
/*
|
||||||
for (k=0;k<nz;k++){
|
for (k=0;k<nz;k++){
|
||||||
for (j=0;j<ny;j++){
|
for (j=0;j<ny;j++){
|
||||||
for (i=0;i<nx;i++){
|
for (i=0;i<nx;i++){
|
||||||
@ -327,6 +327,7 @@ int main(int argc, char **argv)
|
|||||||
Averages.SortBlobs();
|
Averages.SortBlobs();
|
||||||
|
|
||||||
if (rank==0) WriteBlobs(Averages);
|
if (rank==0) WriteBlobs(Averages);
|
||||||
|
*/
|
||||||
|
|
||||||
MPI_Barrier(MPI_COMM_WORLD);
|
MPI_Barrier(MPI_COMM_WORLD);
|
||||||
MPI_Finalize();
|
MPI_Finalize();
|
||||||
|
Loading…
Reference in New Issue
Block a user