fix likely bug in steady timestep reset

This commit is contained in:
JamesEMcclure 2019-05-01 12:37:54 -04:00
parent 4090aa975a
commit ef968daede

View File

@ -689,6 +689,7 @@ void ScaLBL_ColorModel::Run(){
fclose(kr_log_file); fclose(kr_log_file);
printf(" Measured capillary number %f \n ",Ca); printf(" Measured capillary number %f \n ",Ca);
CURRENT_STEADY_TIMESTEPS = 0;
} }
if (SET_CAPILLARY_NUMBER ){ if (SET_CAPILLARY_NUMBER ){