]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix the iterator pointee type.
authorthird-party <third-party@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 28 Sep 2001 09:22:18 +0000 (09:22 +0000)
committerthird-party <third-party@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 28 Sep 2001 09:22:18 +0000 (09:22 +0000)
git-svn-id: https://svn.dealii.org/branches/Branch-3-2@5113 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/grid/tria_iterator.h

index 664346c4dc319249a01fd3e72c9ef7db217022ea..00c910c1800e21fe7894d9b60ea4f519090af59b 100644 (file)
@@ -221,7 +221,7 @@ template <int dim> class Triangulation;
 template <int dim, typename Accessor>
 class TriaRawIterator :
 #ifdef HAVE_STD_ITERATOR_CLASS  
-               public std::iterator<std::bidirectional_iterator_tag,int>
+               public std::iterator<std::bidirectional_iterator_tag,Accessor>
 #else
                bidirectional_iterator<Accessor,int>
 #endif
@@ -255,7 +255,7 @@ class TriaRawIterator :
                                      * convertible.
                                      *
                                      * Through this constructor, it is also
-                                     * possible to construct object for
+                                     * possible to construct objects for
                                      * derived iterators:
                                      * @begin{verbatim}
                                      * DoFCellAccessor dof_accessor;

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.