From: Wolfgang Bangerth Date: Sun, 24 May 1998 21:13:52 +0000 (+0000) Subject: . X-Git-Tag: v8.0.0~22907 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d35e1e0c2dab36f5b7ef231b5579d2b0c258a78;p=dealii.git . git-svn-id: https://svn.dealii.org/trunk@347 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/Todo b/deal.II/deal.II/Todo index 69b1f68868..7d41e06ac6 100644 --- a/deal.II/deal.II/Todo +++ b/deal.II/deal.II/Todo @@ -96,7 +96,11 @@ In VectorTools::project_boundary_values, no condensation of sparsity solution vectors is performed, This is ok for dim<3 because then there are no constrained nodes on the boundary, but is not acceptable for higher dimensions. Fix this. - + + +Remove the this-> coding in tria_iterator.templates.h. These were + introduced in order to avoid an internal compiler error in an + egcs snapshot.