From 2991a2ead212b22e79175b3bf825de6e1bf11cb5 Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Fri, 3 Apr 2015 08:50:25 +0200 Subject: [PATCH] another comment --- source/numerics/point_value_history.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/numerics/point_value_history.cc b/source/numerics/point_value_history.cc index 7800721187..79b447f5ad 100644 --- a/source/numerics/point_value_history.cc +++ b/source/numerics/point_value_history.cc @@ -736,7 +736,9 @@ void PointValueHistory } } - //FIXME + // FIXME + // We need tmp vectors belowe 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