From 02474a17858614a70fa6b013bd40bcb1e389583e Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 9 Jun 1998 18:31:44 +0000 Subject: [PATCH] Doc update. git-svn-id: https://svn.dealii.org/trunk@394 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/tria_accessor.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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; -- 2.39.5