From 39e9583a0703478ad27e17799e326a1617c402aa Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 29 Dec 2008 22:11:48 +0000 Subject: [PATCH] Add to documentation. git-svn-id: https://svn.dealii.org/trunk@18043 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/tria_accessor.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/deal.II/include/grid/tria_accessor.h b/deal.II/deal.II/include/grid/tria_accessor.h index 6abc820732..50cee74d26 100644 --- a/deal.II/deal.II/include/grid/tria_accessor.h +++ b/deal.II/deal.II/include/grid/tria_accessor.h @@ -1110,7 +1110,7 @@ class TriaAccessor : public TriaAccessorBase * set_all_boundary_indicators() * function. * - * Caution: You should never set the + * @warning You should never set the * boundary indicator of an interior face * (a face not at the boundary of the * domain), or set set the boundary @@ -1118,9 +1118,9 @@ class TriaAccessor : public TriaAccessorBase * (this value is reserved for another * purpose). Algorithms may not work or * produce very confusing results if - * boundary cells have this boundary - * indicator or if interior cells have - * boundary indicators other than + * boundary cells have a boundary + * indicator of 255 or if interior cells + * have boundary indicators other than * 255. Unfortunately, the current object * has no means of finding out whether it * really is at the boundary of the -- 2.39.5