From: Wolfgang Bangerth Date: Sat, 9 May 2015 03:47:11 +0000 (-0500) Subject: Fix a typo in a comment. X-Git-Tag: v8.3.0-rc1~184^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=139eca3081086304caf30d29b372001906832484;p=dealii.git Fix a typo in a comment. --- diff --git a/source/numerics/point_value_history.cc b/source/numerics/point_value_history.cc index 79b447f5ad..006d19abca 100644 --- a/source/numerics/point_value_history.cc +++ b/source/numerics/point_value_history.cc @@ -736,9 +736,9 @@ void PointValueHistory } } - // 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];