From: kanschat Date: Sun, 13 Sep 2009 16:59:35 +0000 (+0000) Subject: add container type to MGDoFAccessor X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb635336a0d3db0ca713c524d6580b93cc3fb382;p=dealii-svn.git add container type to MGDoFAccessor git-svn-id: https://svn.dealii.org/trunk@19448 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/multigrid/mg_dof_accessor.h b/deal.II/deal.II/include/multigrid/mg_dof_accessor.h index c21365e841..be3ed6c664 100644 --- a/deal.II/deal.II/include/multigrid/mg_dof_accessor.h +++ b/deal.II/deal.II/include/multigrid/mg_dof_accessor.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -161,6 +161,12 @@ class MGDoFAccessor : public internal::MGDoFAccessor::Inheritance AccessorData; + + /** + * The dof handler type used by + * this accessor. + */ + typedef MGDoFHandler Container; /** * @name Constructors