remove debug statements
This commit is contained in:
parent
24ef9553be
commit
608e2d7b41
@ -946,13 +946,7 @@ double ScaLBL_ColorModel::ImageInit(std::string Filename){
|
|||||||
MPI_Barrier(comm);
|
MPI_Barrier(comm);
|
||||||
|
|
||||||
ScaLBL_CopyToHost(Averages->Phi.data(),Phi,Nx*Ny*Nz*sizeof(double));
|
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;
|
double saturation = Count/PoreCount;
|
||||||
return saturation;
|
return saturation;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user