From: Martin Kronbichler Date: Fri, 8 May 2009 14:37:13 +0000 (+0000) Subject: I committed one wrong line before. X-Git-Tag: v8.0.0~7703 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddfd5071ecbb5782cefbdf0446c953d2f3499cb6;p=dealii.git I committed one wrong line before. git-svn-id: https://svn.dealii.org/trunk@18826 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-32/step-32.cc b/deal.II/examples/step-32/step-32.cc index d67948f38e..4b0b291cfa 100644 --- a/deal.II/examples/step-32/step-32.cc +++ b/deal.II/examples/step-32/step-32.cc @@ -349,7 +349,7 @@ BoussinesqFlowProblem::BoussinesqFlowProblem () rebuild_stokes_preconditioner (true), rebuild_temperature_matrices (true), rebuild_temperature_preconditioner (true), - computing_timer (pcout, TimerOutput::every_call_and_summary, + computing_timer (pcout, TimerOutput::summary, TimerOutput::wall_times) {}