increment image index
This commit is contained in:
parent
56dfb17e35
commit
12f3ab9787
@ -162,6 +162,7 @@ void ScaLBL_ColorModel::ReadInput(){
|
|||||||
int IMAGE_COUNT = ImageList.size();
|
int IMAGE_COUNT = ImageList.size();
|
||||||
std::string first_image = ImageList[IMAGE_INDEX];
|
std::string first_image = ImageList[IMAGE_INDEX];
|
||||||
Mask->Decomp(first_image);
|
Mask->Decomp(first_image);
|
||||||
|
IMAGE_INDEX++;
|
||||||
}
|
}
|
||||||
else if (color_db->keyExists( "Filename" )){
|
else if (color_db->keyExists( "Filename" )){
|
||||||
auto Filename = domain_db->getScalar<std::string>( "Filename" );
|
auto Filename = domain_db->getScalar<std::string>( "Filename" );
|
||||||
|
Loading…
Reference in New Issue
Block a user