From 767816eb9cfdc283218dc7827417d427aa437cdd Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 15 May 2000 11:57:32 +0000 Subject: [PATCH] Clarify which functions use the user flags and which don't. git-svn-id: https://svn.dealii.org/trunk@2853 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/dof_tools.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/deal.II/deal.II/include/dofs/dof_tools.h b/deal.II/deal.II/include/dofs/dof_tools.h index 33b45a5946..b5165e8400 100644 --- a/deal.II/deal.II/include/dofs/dof_tools.h +++ b/deal.II/deal.II/include/dofs/dof_tools.h @@ -262,6 +262,9 @@ class DoFTools * the normal couplings and these * extra matrix entries are * considered. + * + * This function uses the user + * flags of the triangulation. */ template static void @@ -295,10 +298,6 @@ class DoFTools * This function does not close the object * since you may want to enter other * constraints later on yourself. - * - * This function uses the user flags for - * the faces. If you need the user flags, - * store them beforehand. */ template static void -- 2.39.5