From: Wolfgang Bangerth Date: Mon, 13 Feb 2006 23:31:10 +0000 (+0000) Subject: Leave a note. X-Git-Tag: v8.0.0~12302 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba3d71f611d0a73cf150c90250a1e3750d4983d6;p=dealii.git Leave a note. git-svn-id: https://svn.dealii.org/trunk@12380 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/numerics/data_out.cc b/deal.II/deal.II/source/numerics/data_out.cc index 063de31820..a29001ef25 100644 --- a/deal.II/deal.II/source/numerics/data_out.cc +++ b/deal.II/deal.II/source/numerics/data_out.cc @@ -388,6 +388,9 @@ void DataOut::build_some_patches (Data data) QTrapez<1> q_trapez; QIterated patch_points (q_trapez, data.n_subdivisions); +//TODO[RH]: This is strange -- Data has a member 'mapping' that should +//be used here, but it isn't. Rather, up until version 1.94, we were +//actually initializing a local mapping object and used that... typename SelectFEValues >::FEValues x_fe_patch_values (this->dofs->get_fe(), patch_points, update_values);