From: Wolfgang Bangerth Date: Tue, 21 Feb 2006 15:47:16 +0000 (+0000) Subject: Remove assignment of TODO. X-Git-Tag: v8.0.0~12238 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4929ac577aec7bcb58822515b65867e6f9c96bf7;p=dealii.git Remove assignment of TODO. git-svn-id: https://svn.dealii.org/trunk@12444 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 b129a100c6..e8e1ced268 100644 --- a/deal.II/deal.II/source/numerics/data_out.cc +++ b/deal.II/deal.II/source/numerics/data_out.cc @@ -388,7 +388,7 @@ 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 +//TODO[?]: 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