debugging

This commit is contained in:
James E McClure 2020-05-15 20:47:40 -04:00
parent c4672a828b
commit 6c1ed15cda

View File

@ -947,8 +947,6 @@ void ScaLBL_ColorModel::Run(){
Averages->SetParams(rhoA,rhoB,tauA,tauB,Fx,Fy,Fz,alpha,beta); Averages->SetParams(rhoA,rhoB,tauA,tauB,Fx,Fy,Fz,alpha,beta);
color_db->putVector<double>("F",{Fx,Fy,Fz}); color_db->putVector<double>("F",{Fx,Fy,Fz});
} }
CURRENT_STEADY_TIMESTEPS = 0;
} }
else{ else{
if (rank==0){ if (rank==0){