remove debug statements
This commit is contained in:
parent
24ef9553be
commit
608e2d7b41
@ -947,12 +947,6 @@ double ScaLBL_ColorModel::ImageInit(std::string Filename){
|
||||
|
||||
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user