]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Reorder output slightly so that the big whitespace block comes *after*, not
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 11 Apr 2014 12:52:50 +0000 (12:52 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 11 Apr 2014 12:52:50 +0000 (12:52 +0000)
*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

index d8068b059697283adf1fe427dd9995b0f2b0d952..1f5efcf0c9d0213b297b8cc7d1958ce6ecd0afa7 100644 (file)
@@ -656,11 +656,11 @@ namespace Step40
             output_results (cycle);
           }
 
-        pcout << std::endl;
         computing_timer.print_summary ();
         computing_timer.reset ();
-      }
 
+        pcout << std::endl;
+      }
   }
 }
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.