From: Wolfgang Bangerth Date: Mon, 29 Dec 2008 22:11:48 +0000 (+0000) Subject: Add to documentation. X-Git-Tag: v8.0.0~8210 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb8a2ce55544b7d077bdc1d0849141d788324a84;p=dealii.git Add to documentation. git-svn-id: https://svn.dealii.org/trunk@18043 0785d39b-7218-0410-832d-ea1e28bc413d --- 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