From: bangerth Date: Fri, 11 Apr 2014 12:52:50 +0000 (+0000) Subject: Reorder output slightly so that the big whitespace block comes *after*, not X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ef29244eab265bafdf866c979a280810b8c42f8;p=dealii-svn.git 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 --- 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; + } } }