]> https://gitweb.dealii.org/ - dealii.git/commitdiff
A fix for a bug in the time table 17737/head
authorSiarhei Uzunbajakau <s.uzunbajakau@gmail.com>
Mon, 30 Sep 2024 05:19:26 +0000 (07:19 +0200)
committerSiarhei Uzunbajakau <s.uzunbajakau@gmail.com>
Mon, 30 Sep 2024 05:19:26 +0000 (07:19 +0200)
source/base/timer.cc

index d05cd92362f42ee2eeea425999d7e5755ecfe08c..da4c87827da36d679e2fd2b50a9cd22a4160a600 100644 (file)
@@ -728,7 +728,8 @@ TimerOutput::print_summary() const
                  << "------------+------------+" << '\n'
                  << "| Total CPU/wall time elapsed since start     "
                  << extra_space << "|" << std::setw(10) << std::setprecision(3)
-                 << std::right << total_cpu_time << "s |            |"
+                 << std::right << total_cpu_time << "s |            "
+                 << extra_space << "|" << std::setw(10) << std::setprecision(3)
                  << total_wall_time << "s |            |"
                  << "\n|                                             "
                  << extra_space << "|"

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.