From ddfd5071ecbb5782cefbdf0446c953d2f3499cb6 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Fri, 8 May 2009 14:37:13 +0000 Subject: [PATCH] I committed one wrong line before. git-svn-id: https://svn.dealii.org/trunk@18826 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-32/step-32.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {} -- 2.39.5