From c22f6cd5665b9d9a980a3a3a6331d51fe9da819e Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 15 Nov 2004 22:11:42 +0000 Subject: [PATCH] More comment. git-svn-id: https://svn.dealii.org/trunk@9762 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/tria_accessor.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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, -- 2.39.5