From 2dda60f53ed5e937ad294a5de2331b59894ffda3 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sat, 8 Sep 2007 23:55:33 +0000 Subject: [PATCH] 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 --- deal.II/deal.II/include/grid/tria.h | 12 ------------ 1 file changed, 12 deletions(-) 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 */ -- 2.39.5