debug img seq

This commit is contained in:
James McClure 2019-08-22 08:43:55 -04:00
parent 625ab9dbfc
commit bf42465fc2

View File

@ -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;
}