find bugs

This commit is contained in:
James McClure 2019-08-22 09:50:24 -04:00
parent 28335c3fff
commit 24ef9553be

View File

@ -950,7 +950,7 @@ double ScaLBL_ColorModel::ImageInit(std::string Filename){
FILE *OUTFILE;
sprintf(LocalRankFilename,"Phase.%05i.raw",rank);
OUTFILE = fopen(LocalRankFilename,"wb");
fwrite(PhaseField.data(),8,N,OUTFILE);
fwrite(Averages->Phi.data(),8,N,OUTFILE);
fclose(OUTFILE);
double saturation = Count/PoreCount;