From: Denis Davydov Date: Fri, 3 Apr 2015 06:50:25 +0000 (+0200) Subject: another comment X-Git-Tag: v8.3.0-rc1~184^2~7 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2991a2ead212b22e79175b3bf825de6e1bf11cb5;p=dealii.git another comment --- 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];