From 27a5e0ec4aee02e0c4e97b43550bf9eb63aec125 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 18 Jul 2005 14:09:32 +0000 Subject: [PATCH] Fix one typo. git-svn-id: https://svn.dealii.org/trunk@11157 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/headers/deal.II/iterators.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/doc/doxygen/headers/deal.II/iterators.h b/deal.II/doc/doxygen/headers/deal.II/iterators.h index 13efa8cf79..52cb9c8218 100644 --- a/deal.II/doc/doxygen/headers/deal.II/iterators.h +++ b/deal.II/doc/doxygen/headers/deal.II/iterators.h @@ -8,7 +8,7 @@ MGDoFHandler. All of those define a set of iterators, allowing the user to traverse the whole mesh or portions of it. Therefore, they have somethings in common. In fact, these iterators are instantiations or subclasses of the same class TriaIterator (we do not include -TriaRawIterator here, since it is only for internal use), +TriaRawIterator here, since it is only for internal use). The template signature of TriaIterator is @code -- 2.39.5