From cc242cd765a9019b8502ccd24d1907a32a062eb4 Mon Sep 17 00:00:00 2001 From: heister Date: Wed, 20 Mar 2013 15:23:07 +0000 Subject: [PATCH] use new TimerOutput features git-svn-id: https://svn.dealii.org/trunk@28958 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-42/step-42.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deal.II/examples/step-42/step-42.cc b/deal.II/examples/step-42/step-42.cc index 1a77c4e03b..33fcc0f2d7 100644 --- a/deal.II/examples/step-42/step-42.cc +++ b/deal.II/examples/step-42/step-42.cc @@ -607,7 +607,7 @@ namespace Step42 nu (0.3), computing_timer (MPI_COMM_WORLD, pcout, - TimerOutput::summary, + TimerOutput::never, TimerOutput::wall_times) { // double _E, double _nu, double _sigma_0, double _gamma @@ -1533,6 +1533,7 @@ namespace Step42 computing_timer.exit_section("Graphical output"); computing_timer.print_summary(); + computing_timer.reset(); } } } -- 2.39.5