From 1c35d9b34044a9973655293fea1bdd8e7338f91b Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 6 Mar 2007 20:04:19 +0000 Subject: [PATCH] Fix mark-up again. git-svn-id: https://svn.dealii.org/trunk@14530 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/headers/iterators.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/doc/doxygen/headers/iterators.h b/deal.II/doc/doxygen/headers/iterators.h index 02579f1bb9..0da02773be 100644 --- a/deal.II/doc/doxygen/headers/iterators.h +++ b/deal.II/doc/doxygen/headers/iterators.h @@ -375,7 +375,7 @@ face, or edge) it represents There is a representation of past-the-end-pointers, denoted by special values of the member variables present_level and present_index in -the TriaAccessor class: If present_level ≥=0 and present_index ≥=0, +the TriaAccessor class: If present_level @> =0 and present_index @> =0, then the object is valid (there is no check whether the triangulation really has that many levels or that many cells on the present level when we investigate the state of an iterator; however, in many places -- 2.39.5