From d0d7b0d49f412a1759ca328c3dcb720d769c06a3 Mon Sep 17 00:00:00 2001 From: Joerg Frohne Date: Thu, 21 Feb 2013 01:13:15 +0000 Subject: [PATCH] add computing_timer.disable_output() git-svn-id: https://svn.dealii.org/trunk@28503 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-42/step-42.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/deal.II/examples/step-42/step-42.cc b/deal.II/examples/step-42/step-42.cc index 065acfebeb..16dd036a89 100644 --- a/deal.II/examples/step-42/step-42.cc +++ b/deal.II/examples/step-42/step-42.cc @@ -1512,6 +1512,7 @@ namespace Step42 computing_timer.exit_section("Graphical output"); computing_timer.print_summary(); + computing_timer.disable_output(); } } } -- 2.39.5