From: wolf Date: Mon, 15 Nov 2004 22:11:42 +0000 (+0000) Subject: More comment. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c22f6cd5665b9d9a980a3a3a6331d51fe9da819e;p=dealii-svn.git More comment. git-svn-id: https://svn.dealii.org/trunk@9762 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 7e2632f3b1..a2908ea615 100644 --- a/deal.II/deal.II/include/grid/tria_accessor.h +++ b/deal.II/deal.II/include/grid/tria_accessor.h @@ -2558,7 +2558,11 @@ class CellAccessor : public TriaObjectAccessor * @p true, and reversed otherwise. * * Fortunately, this is only very rarely - * of concern. + * of concern, since one is usually only + * concerned either in the exact number + * of a subface, or in the cell that is + * behind it, not in both at the same + * time. */ TriaIterator > neighbor_child_on_subface (const unsigned int face_no,