From: frohne Date: Thu, 21 Feb 2013 01:13:15 +0000 (+0000) Subject: add computing_timer.disable_output() X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=815fcc82ae641087cec0c45297c92ff0c5e84142;p=dealii-svn.git add computing_timer.disable_output() git-svn-id: https://svn.dealii.org/trunk@28503 0785d39b-7218-0410-832d-ea1e28bc413d --- 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(); } } }