]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix an oversight in initializing the timer in step-32.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 25 Sep 2014 22:32:31 +0000 (17:32 -0500)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 26 Sep 2014 15:12:19 +0000 (10:12 -0500)
examples/step-32/step-32.cc

index d537b892a5aaafe07731bcb1af21cec4711aafa3..e669208c469819ba2f0dc2851b55e929986dffd0 100644 (file)
@@ -1241,7 +1241,8 @@ namespace Step32
     rebuild_temperature_matrices (true),
     rebuild_temperature_preconditioner (true),
 
-    computing_timer (pcout,
+    computing_timer (MPI_COMM_WORLD,
+                     pcout,
                      TimerOutput::summary,
                      TimerOutput::wall_times)
   {}

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.