From a2cd3aff9cbecfee26f2ddf28d323e7ca81d5ec0 Mon Sep 17 00:00:00 2001 From: James McClure Date: Thu, 22 Aug 2019 08:49:37 -0400 Subject: [PATCH] debug img seq --- models/ColorModel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/ColorModel.cpp b/models/ColorModel.cpp index bf5d7754..82b02b03 100644 --- a/models/ColorModel.cpp +++ b/models/ColorModel.cpp @@ -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);