From fadc424f4f82cf67c478c35d2d0fe0f62236371f Mon Sep 17 00:00:00 2001 From: heister Date: Wed, 2 Jan 2013 17:05:56 +0000 Subject: [PATCH] update comment git-svn-id: https://svn.dealii.org/branches/branch_merge_mg_into_dof_handler@27900 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/multigrid/mg_dof_handler.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/deal.II/include/deal.II/multigrid/mg_dof_handler.h b/deal.II/include/deal.II/multigrid/mg_dof_handler.h index 148dc9670a..a44a0b5dc9 100644 --- a/deal.II/include/deal.II/multigrid/mg_dof_handler.h +++ b/deal.II/include/deal.II/multigrid/mg_dof_handler.h @@ -36,9 +36,7 @@ namespace internal /** * @deprecated All functionality of this class has been moved to * DoFHandler. Thus, this class is only a wrapper left in the library - * for compatibility reasons. The use of this class as an argument to - * some function templates may also cause linker errors, so for - * instance for MGTools::count_dofs_per_block(). + * for compatibility reasons. * * This class manages degrees of freedom for a multilevel hierarchy of * grids. It does mostly the same as does the @p DoDHandler class, @@ -50,7 +48,7 @@ namespace internal * one case (spacedim != dim ). * * @ingroup dofs - * @author Wolfgang Bangerth, 1998, 1999 Markus Bürg, Timo Heister, Guido Kanschat, 2012 + * @author Wolfgang Bangerth, 1998, 1999 Markus Bürg, Timo Heister, Guido Kanschat, 2012 */ template class MGDoFHandler : public DoFHandler -- 2.39.5