add imige init

This commit is contained in:
James E McClure
2019-08-18 09:00:17 -04:00
parent 02e1f41f32
commit 7f4f87ee79

View File

@@ -801,6 +801,7 @@ void ScaLBL_ColorModel::Run(){
// Use image sequence
std::string next_image = ImageList[IMAGE_INDEX];
if (rank==0) printf("***Loading next image in sequence (%i): %s ***\n", next_image);
ImageInit(next_image);
IMAGE_INDEX++;
}
else if (USE_SEED){