clean up flow adapt

This commit is contained in:
James McClure
2020-04-03 07:37:29 -04:00
parent 377d259884
commit 3d31d26722

View File

@@ -566,9 +566,6 @@ void ScaLBL_ColorModel::Run(){
SET_CAPILLARY_NUMBER=true;
//RESCALE_FORCE_MAX = 1;
}
// if (analysis_db->keyExists( "rescale_force_count" )){
// RESCALE_FORCE_MAX = analysis_db->getScalar<int>( "rescale_force_count" );
// }
if (color_db->keyExists( "timestep" )){
timestep = color_db->getScalar<int>( "timestep" );
}