From 0ef29244eab265bafdf866c979a280810b8c42f8 Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 11 Apr 2014 12:52:50 +0000 Subject: [PATCH] Reorder output slightly so that the big whitespace block comes *after*, not *before* the timing summary, thereby marking the summary to the *previous*, not the *next* time step. git-svn-id: https://svn.dealii.org/trunk@32764 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-40/step-40.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/examples/step-40/step-40.cc b/deal.II/examples/step-40/step-40.cc index d8068b0596..1f5efcf0c9 100644 --- a/deal.II/examples/step-40/step-40.cc +++ b/deal.II/examples/step-40/step-40.cc @@ -656,11 +656,11 @@ namespace Step40 output_results (cycle); } - pcout << std::endl; computing_timer.print_summary (); computing_timer.reset (); - } + pcout << std::endl; + } } } -- 2.39.5