]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Testsuite: Reindent base/timer_03 to make astyle happy 4449/head
authorMatthias Maier <tamiko@43-1.org>
Wed, 31 May 2017 16:30:45 +0000 (11:30 -0500)
committerMatthias Maier <tamiko@43-1.org>
Wed, 31 May 2017 16:31:05 +0000 (11:31 -0500)
tests/base/timer_03.cc

index ba908bc6a2d6dfd6bfca2423b3e1b4f43fd58627..32b1b618b41b10269923c639cc75e329defb745f 100644 (file)
@@ -90,11 +90,11 @@ int main ()
   tO.exit_section("Section1");
 
   std::map<std::string, double> cpu_times =
-      tO.get_summary_data(TimerOutput::OutputData::total_cpu_time);
+    tO.get_summary_data(TimerOutput::OutputData::total_cpu_time);
   std::map<std::string, double> wall_times =
-      tO.get_summary_data(TimerOutput::OutputData::total_wall_time);
+    tO.get_summary_data(TimerOutput::OutputData::total_wall_time);
   std::map<std::string, double> calls =
-      tO.get_summary_data(TimerOutput::OutputData::n_calls);
+    tO.get_summary_data(TimerOutput::OutputData::n_calls);
 
   match(calls["Section1"], 1.0);
   match(calls["Section2"], 2.0);

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.