diff --git a/models/ColorModel.cpp b/models/ColorModel.cpp index 44969f06..4c3fb26c 100644 --- a/models/ColorModel.cpp +++ b/models/ColorModel.cpp @@ -559,7 +559,7 @@ void ScaLBL_ColorModel::Run(){ printf(" max_steady_timesteps = %i \n",MAX_STEADY_TIMESTEPS); printf(" tolerance = %f \n",tolerance); std::string first_image = ImageList[IMAGE_INDEX]; - + printf(" first image in sequence: %s ***\n", next_image); } else if (protocol == "seed water"){ printf(" using protocol = seed water \n");