]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix a TODO.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 2 Sep 2005 14:16:09 +0000 (14:16 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 2 Sep 2005 14:16:09 +0000 (14:16 +0000)
git-svn-id: https://svn.dealii.org/trunk@11356 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/grid/tria.h

index 881d7239d2faf96a8ec8eeb15a902c6bb4491e93..4f276a1dfe4ad57c5ccc478fddfc0a0242792a31 100644 (file)
@@ -33,8 +33,6 @@ template <int dim> class MGDoFHandler;
 
 /*------------------------------------------------------------------------*/
 
-//TODO:[WB] remove reference to non-existing TriaDimensionInfo
-
 /**
  *  Structure which is passed to the
  *  <tt>Triangulation<dim>::create_triangulation</tt> 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:
  *
  *  <ul>
  *  <li> @p raw_line_iterator: loop over all lines, used or not (declared for

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.