From: bangerth Date: Thu, 13 Aug 2009 14:39:45 +0000 (+0000) Subject: Use proper function name. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bf64a479ea6ee360c5af5eeb84baf77142810aa;p=dealii-svn.git Use proper function name. git-svn-id: https://svn.dealii.org/trunk@19255 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 06d9d47015..fcbb8ab131 100644 --- a/deal.II/examples/step-32/step-32.cc +++ b/deal.II/examples/step-32/step-32.cc @@ -2722,7 +2722,7 @@ void BoussinesqFlowProblem::output_results () data_out.write_vtk (output); } - computing_timer.leave_section (); + computing_timer.exit_section (); }