This commit is contained in:
James E McClure 2018-12-18 08:44:38 -05:00
commit 87c868ff1a

View File

@ -562,7 +562,7 @@ void ScaLBL_ColorModel::Run(){
// allow initial ramp-up to get closer to steady state
MORPH_ADAPT=true;
if (timestep > ramp_timesteps && timestep%analysis_interval == analysis_interval-20 && USE_MORPH){
if (timestep > ramp_timesteps && timestep%analysis_interval == 0 && USE_MORPH){
analysis.finish();
if ( morph_timesteps > morph_interval ){