From: Wolfgang Bangerth Date: Sat, 8 Sep 2007 23:55:33 +0000 (+0000) Subject: Remove a comment that a class should be made local to the Triangulation class. I... X-Git-Tag: v8.0.0~9889 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dda60f53ed5e937ad294a5de2331b59894ffda3;p=dealii.git Remove a comment that a class should be made local to the Triangulation class. I don't believe that this is what we want any more, I guess we've learned that keeping classes slimmer is a good thing. git-svn-id: https://svn.dealii.org/trunk@15169 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/grid/tria.h b/deal.II/deal.II/include/grid/tria.h index 8422115c73..ddedaad55c 100644 --- a/deal.II/deal.II/include/grid/tria.h +++ b/deal.II/deal.II/include/grid/tria.h @@ -157,9 +157,6 @@ namespace internal * and since access to the number of lines etc is a rather frequent * operation, this was not an optimal solution. * - * Note: these class should be made local to the triangulation class - * once the compiler supports that (gcc2.95 does not at present). - * * @ingroup grid * @author Wolfgang Bangerth, 1999 */ @@ -179,9 +176,6 @@ namespace internal * and since access to the number of lines etc is a rather frequent * operation, this was not an optimal solution. * - * Note: these class should be made local to the triangulation class - * once the compiler supports that (gcc2.95 does not at present). - * * @ingroup grid * @author Wolfgang Bangerth, 1999 */ @@ -240,9 +234,6 @@ namespace internal * and since access to the number of lines etc is a rather frequent * operation, this was not an optimal solution. * - * Note: these class should be made local to the triangulation class - * once the compiler supports that (gcc2.95 does not at present). - * * @ingroup grid * @author Wolfgang Bangerth, 1999 */ @@ -302,9 +293,6 @@ namespace internal * and since access to the number of lines etc is a rather frequent * operation, this was not an optimal solution. * - * Note: these class should be made local to the triangulation class - * once the compiler supports that (gcc2.95 does not at present). - * * @ingroup grid * @author Wolfgang Bangerth, 1999 */