From: Ralf Hartmann Date: Wed, 9 Mar 2005 18:29:08 +0000 (+0000) Subject: Fix comments. X-Git-Tag: v8.0.0~14463 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae8e771814a31b948c3570452ded1cb1dc028b3c;p=dealii.git Fix comments. git-svn-id: https://svn.dealii.org/trunk@10066 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/grid/tria.cc b/deal.II/deal.II/source/grid/tria.cc index 2ae8a88f94..e0d53333c9 100644 --- a/deal.II/deal.II/source/grid/tria.cc +++ b/deal.II/deal.II/source/grid/tria.cc @@ -4910,10 +4910,6 @@ Triangulation<2>::execute_refinement () child_no::subfaces_per_face; ++child_no, ++l) new_lines[l]=cell->line(face_no)->child(child_no); Assert(l==8, ExcInternalError()); - // TODO: check whether - // lines 4&5 and 6&7 will - // be used in the right - // ordering for (; l<12; ++l) { @@ -5002,7 +4998,7 @@ Triangulation<2>::execute_refinement () // // to do so, first // collect the iterators - // pointing to the 6x4 + // pointing to the 4x2 // neighbors of this // cell. //