From 482ff1351f930c120166dd89723525c27402cc24 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth 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