fix Filename

This commit is contained in:
JamesEMcclure
2019-09-06 16:36:57 -04:00
parent ef697861a8
commit f37d62e007

View File

@@ -188,7 +188,7 @@ void ScaLBL_ColorModel::ReadInput(){
Mask->Decomp(first_image);
IMAGE_INDEX++;
}
else if (color_db->keyExists( "Filename" )){
else if (domain_db->keyExists( "Filename" )){
auto Filename = domain_db->getScalar<std::string>( "Filename" );
Mask->Decomp(Filename);
}