dfh simulator works well in tube test

This commit is contained in:
James E McClure
2018-05-05 06:48:30 -04:00
parent 6ca49ed5d0
commit 270e027f54

View File

@@ -761,7 +761,7 @@ int main(int argc, char **argv)
PROFILE_STOP("Update");
// Run the analysis
//analysis.run( timestep, *Averages, Phi, Pressure, Velocity, fq, Den );
analysis.run( timestep, *Averages, Phi, Pressure, Velocity, fq, Den );
}
analysis.finish();