From: Wolfgang Bangerth Date: Tue, 9 Jun 1998 18:31:44 +0000 (+0000) Subject: Doc update. X-Git-Tag: v8.0.0~22860 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02474a17858614a70fa6b013bd40bcb1e389583e;p=dealii.git Doc update. git-svn-id: https://svn.dealii.org/trunk@394 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 20c1f5d3af..a162012303 100644 --- a/deal.II/deal.II/include/grid/tria_accessor.h +++ b/deal.II/deal.II/include/grid/tria_accessor.h @@ -538,12 +538,18 @@ class QuadAccessor : public TriaAccessor { bool used () const; /** - * Set the #used# flag. + * Set the #used# flag. You should know + * quite exactly what you are doing of you + * touch this function. It is exclusively + * for internal use in the library. */ void set_used_flag () const; /** - * Clear the #used# flag. + * Clear the #used# flag. You should know + * quite exactly what you are doing of you + * touch this function. It is exclusively + * for internal use in the library. */ void clear_used_flag () const;