From: Wolfgang Bangerth Date: Tue, 16 Sep 2014 15:37:14 +0000 (-0500) Subject: Remove another reference to MGDoFHandler. X-Git-Tag: v8.2.0-rc1~146^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd59a1d1a306e5ae93ecd6162b2bbb2405f17888;p=dealii.git Remove another reference to MGDoFHandler. --- 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