From: wolf Date: Fri, 2 Sep 2005 14:16:09 +0000 (+0000) Subject: Fix a TODO. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54db7f79064fb70f8e9bbd85d662331068d708e1;p=dealii-svn.git Fix a TODO. git-svn-id: https://svn.dealii.org/trunk@11356 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 881d7239d2..4f276a1dfe 100644 --- a/deal.II/deal.II/include/grid/tria.h +++ b/deal.II/deal.II/include/grid/tria.h @@ -33,8 +33,6 @@ template class MGDoFHandler; /*------------------------------------------------------------------------*/ -//TODO:[WB] remove reference to non-existing TriaDimensionInfo - /** * Structure which is passed to the * Triangulation::create_triangulation function. It @@ -355,15 +353,10 @@ struct TriaNumberCache<3> : public TriaNumberCache<2> * In order to make things as easy and dimension independent as possible, * use of class local typedefs is made, see below. * - * In the base class TriaDimensionInfo, a @p Cell is typedef'd to be whatever - * is reasonable for a cell in the respective dimension, i.e. a @p Line in - * one dimension, a @p Quad in two dimensions, and so on. - * * The Triangulation class provides iterator which enable looping over all - * lines, cells, - * etc without knowing the exact representation used to describe them. Their - * names are typedefs in the TriaDimensionInfo base class (thus making them - * local types to this class) and are as follows: + * lines, cells, etc without knowing the exact representation used to + * describe them. Their names are typedefs imported from the IteratorSelector + * class (thus making them local types to this class) and are as follows: * *