fix c str bug
This commit is contained in:
parent
6bd56f4df6
commit
a0c5b25551
@ -559,7 +559,7 @@ void ScaLBL_ColorModel::Run(){
|
|||||||
printf(" max_steady_timesteps = %i \n",MAX_STEADY_TIMESTEPS);
|
printf(" max_steady_timesteps = %i \n",MAX_STEADY_TIMESTEPS);
|
||||||
printf(" tolerance = %f \n",tolerance);
|
printf(" tolerance = %f \n",tolerance);
|
||||||
std::string first_image = ImageList[IMAGE_INDEX];
|
std::string first_image = ImageList[IMAGE_INDEX];
|
||||||
printf(" first image in sequence: %s ***\n", next_image.c_str());
|
printf(" first image in sequence: %s ***\n", first_image.c_str());
|
||||||
}
|
}
|
||||||
else if (protocol == "seed water"){
|
else if (protocol == "seed water"){
|
||||||
printf(" using protocol = seed water \n");
|
printf(" using protocol = seed water \n");
|
||||||
|
Loading…
Reference in New Issue
Block a user