From: wolf Date: Thu, 25 Jul 2002 15:15:30 +0000 (+0000) Subject: Clarify comment. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78a02958e43ca1eee902322eea64e45ade1d9919;p=dealii-svn.git Clarify comment. git-svn-id: https://svn.dealii.org/trunk@6285 0785d39b-7218-0410-832d-ea1e28bc413d --- 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;