]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Proper spelling.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 4 Nov 2012 23:12:35 +0000 (23:12 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 4 Nov 2012 23:12:35 +0000 (23:12 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@27365 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/base/timer.cc

index c8ae246cc5365651cee0f5a0efbefbc3562cda22..762406b7fdf77fe4cb935196111668017e622199 100644 (file)
@@ -131,7 +131,7 @@ void Timer::start ()
   start_time = windows::cpu_clock();
   start_time_children = start_time;
 #else
-#  error unsupported platform. Porting not finished.
+#  error Unsupported platform. Porting not finished.
 #endif
 }
 
@@ -165,7 +165,7 @@ double Timer::stop ()
       double time = windows::wall_clock() - start_wall_time;
       cumulative_time += windows::cpu_clock() - start_time;
 #else
-#  error unsupported platform. Porting not finished.
+#  error Unsupported platform. Porting not finished.
 #endif
 
 #ifdef DEAL_II_COMPILER_SUPPORTS_MPI
@@ -216,7 +216,7 @@ double Timer::operator() () const
       const double running_time = windows::cpu_clock() - start_time + cumulative_time;
       return running_time;
 #else
-#  error unsupported platform. Porting not finished.
+#  error Unsupported platform. Porting not finished.
 #endif
     }
   else

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.