increment image index

This commit is contained in:
JamesEMcclure 2019-08-20 12:56:44 -04:00
parent 56dfb17e35
commit 12f3ab9787

View File

@ -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" );