From b4adc456fa2dd075128a9406575b5c699aee381b Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 13 Aug 2009 14:39:45 +0000 Subject: [PATCH] Use proper function name. git-svn-id: https://svn.dealii.org/trunk@19255 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 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 (); } -- 2.39.5