From 6867342d10c3d62727cc159b20b35ea882b08eaa Mon Sep 17 00:00:00 2001 From: hartmann Date: Fri, 14 Jun 2002 13:05:10 +0000 Subject: [PATCH] Update doc about: DoFHandler::distribute function restores user_flags after using/changing them. git-svn-id: https://svn.dealii.org/trunk@6125 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/dof_handler.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/deal.II/deal.II/include/dofs/dof_handler.h b/deal.II/deal.II/include/dofs/dof_handler.h index 3655bab9a4..1391ea40b6 100644 --- a/deal.II/deal.II/include/dofs/dof_handler.h +++ b/deal.II/deal.II/include/dofs/dof_handler.h @@ -315,12 +315,6 @@ class DoFHandler : public Subscriptor, * member function which also * releases the lock of this * object to the finite element. - * - * This function uses the user - * flags of the triangulation - * object, so make sure you don't - * need them after calling this - * function, or if so store them. */ virtual void distribute_dofs (const FiniteElement &fe, const unsigned int offset = 0); -- 2.39.5