From 78a02958e43ca1eee902322eea64e45ade1d9919 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 25 Jul 2002 15:15:30 +0000 Subject: [PATCH] Clarify comment. git-svn-id: https://svn.dealii.org/trunk@6285 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/mapping.h | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/deal.II/deal.II/include/fe/mapping.h b/deal.II/deal.II/include/fe/mapping.h index 05a0e5a880..e0213bc5f3 100644 --- a/deal.II/deal.II/include/fe/mapping.h +++ b/deal.II/deal.II/include/fe/mapping.h @@ -172,10 +172,16 @@ class Mapping : public Subscriptor UpdateFlags current_update_flags() const; /** - * Determine if this is the first - * cell visited. Then, we need to - * use @p{update_once} to fill - * cell-independent fields. + * Determine if this is the + * first cell visited. Then, + * we need to use + * @p{update_once} to fill + * cell-independent + * fields. Users of derived + * classes will have to set + * this field to @p{false}; + * it is initialized to + * @p{true}. */ bool first_cell; -- 2.39.5