image sequence tweaks
This commit is contained in:
parent
0fd7efe947
commit
56dfb17e35
@ -920,7 +920,7 @@ double ScaLBL_ColorModel::ImageInit(std::string Filename){
|
|||||||
else if (id[Nx*Ny*k+Nx*j+i] == 1){
|
else if (id[Nx*Ny*k+Nx*j+i] == 1){
|
||||||
PoreCount++;
|
PoreCount++;
|
||||||
}
|
}
|
||||||
else (suppress == false){
|
else if (suppress == false){
|
||||||
printf("WARNING (ScaLBLColorModel::ImageInit) image input file sequence may not be labeled correctly (rank=%i) \n",rank);
|
printf("WARNING (ScaLBLColorModel::ImageInit) image input file sequence may not be labeled correctly (rank=%i) \n",rank);
|
||||||
suppress = true;
|
suppress = true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user