]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a typo in a comment. 918/head
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 9 May 2015 03:47:11 +0000 (22:47 -0500)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 9 May 2015 03:47:11 +0000 (22:47 -0500)
source/numerics/point_value_history.cc

index 79b447f5adb28937c0cd778588b294b3fa35a08e..006d19abcaff02a31fc75462f1538edd872755c8 100644 (file)
@@ -736,9 +736,9 @@ void PointValueHistory<dim>
                 }
             }
 
-          // FIXME
-          // We need tmp vectors belowe because the data postprocessors are not
-          // equipped to deal with anything but doubles (scalars and tensors).
+          // FIXME: We need tmp vectors below because the data
+          // postprocessors are not equipped to deal with anything but
+          // doubles (scalars and tensors).
           const Vector< typename VECTOR::value_type >                        &uh_s   = uh[selected_point];
           const std::vector< Tensor< 1, dim, typename VECTOR::value_type > > &duh_s  = duh[selected_point];
           const std::vector< Tensor< 2, dim, typename VECTOR::value_type > > &dduh_s = dduh[selected_point];

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.