From bd59a1d1a306e5ae93ecd6162b2bbb2405f17888 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 16 Sep 2014 10:37:14 -0500 Subject: [PATCH] Remove another reference to MGDoFHandler. --- doc/doxygen/headers/dofs.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/doxygen/headers/dofs.h b/doc/doxygen/headers/dofs.h index 6448f2b930..05e5a7a05e 100644 --- a/doc/doxygen/headers/dofs.h +++ b/doc/doxygen/headers/dofs.h @@ -1,7 +1,7 @@ // --------------------------------------------------------------------- // $Id$ // -// Copyright (C) 2003 - 2013 by the deal.II authors +// Copyright (C) 2003 - 2014 by the deal.II authors // // This file is part of the deal.II library. // @@ -24,8 +24,7 @@ * finite element class and allocated degrees of freedom on each cell * of the triangulation as required for the finite element space * described by the finite element object. There are other variants of - * the DoFHandler class such as hp::DoFHandler, - * parallel::distributed::DoFHandler and MGDoFHandler that do similar + * the DoFHandler class such as hp::DoFHandler that do similar * things for more special cases. * * DoFHandler objects are used together with objects of type FiniteElement -- 2.39.5