From 139eca3081086304caf30d29b372001906832484 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 8 May 2015 22:47:11 -0500 Subject: [PATCH] Fix a typo in a comment. --- source/numerics/point_value_history.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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]; -- 2.39.5