remove debug statements

This commit is contained in:
James McClure 2019-08-22 10:55:14 -04:00
parent 24ef9553be
commit 608e2d7b41

View File

@ -946,13 +946,7 @@ double ScaLBL_ColorModel::ImageInit(std::string Filename){
MPI_Barrier(comm);
ScaLBL_CopyToHost(Averages->Phi.data(),Phi,Nx*Ny*Nz*sizeof(double));
FILE *OUTFILE;
sprintf(LocalRankFilename,"Phase.%05i.raw",rank);
OUTFILE = fopen(LocalRankFilename,"wb");
fwrite(Averages->Phi.data(),8,N,OUTFILE);
fclose(OUTFILE);
double saturation = Count/PoreCount;
return saturation;