From: bangerth Date: Tue, 6 Mar 2007 20:04:19 +0000 (+0000) Subject: Fix mark-up again. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c35d9b34044a9973655293fea1bdd8e7338f91b;p=dealii-svn.git Fix mark-up again. git-svn-id: https://svn.dealii.org/trunk@14530 0785d39b-7218-0410-832d-ea1e28bc413d --- 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