debug img seq

This commit is contained in:
James McClure
2019-08-22 08:30:17 -04:00
parent 5aca31e751
commit 625ab9dbfc

View File

@@ -932,11 +932,11 @@ double ScaLBL_ColorModel::ImageInit(std::string Filename){
else if (id[Nx*Ny*k+Nx*j+i] == 1){
PoreCount++;
}
/* else if (suppress == false){
printf("WARNING (ScaLBLColorModel::ImageInit) image input file sequence may not be labeled correctly (rank=%i) \n",rank);
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);
suppress = true;
}
*/
}
}
}