diff --git a/tests/lbpm_dfh_simulator.cpp b/tests/lbpm_dfh_simulator.cpp index 3b34b659..4ea23c6e 100644 --- a/tests/lbpm_dfh_simulator.cpp +++ b/tests/lbpm_dfh_simulator.cpp @@ -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();