debug img seq
This commit is contained in:
parent
4efdf226cc
commit
a2cd3aff9c
@ -944,7 +944,7 @@ double ScaLBL_ColorModel::ImageInit(std::string Filename){
|
||||
Count=sumReduce( Dm->Comm, Count);
|
||||
PoreCount=sumReduce( Dm->Comm, PoreCount);
|
||||
|
||||
if (rank==0) printf(" new saturation: %f (%i / %i) \n", Count / PoreCount, Count, PoreCountsd);
|
||||
if (rank==0) printf(" new saturation: %f (%i / %i) \n", Count / PoreCount, Count, PoreCount);
|
||||
ScaLBL_CopyToDevice(Phi, PhaseLabel, Nx*Ny*Nz*sizeof(double));
|
||||
MPI_Barrier(comm);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user