From bf42465fc2db6889ae79a3300ce836fe3d55616d Mon Sep 17 00:00:00 2001 From: James McClure Date: Thu, 22 Aug 2019 08:43:55 -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 ae66d3a0..bf5d7754 100644 --- a/models/ColorModel.cpp +++ b/models/ColorModel.cpp @@ -933,7 +933,7 @@ double ScaLBL_ColorModel::ImageInit(std::string Filename){ PoreCount++; } else if (suppress == false){ - printf("WARNING (ScaLBLColorModel::ImageInit) image input file sequence may not be labeled correctly (rank=%i) \n (%i, %i, %i)",rank, i,j,k); + printf("WARNING (ScaLBLColorModel::ImageInit) image input file sequence may not be labeled correctly (rank=%i) \n (%i, %i, %i) \n",rank, i,j,k); suppress = true; }