From: Guido Kanschat Date: Sun, 13 Sep 2009 16:59:35 +0000 (+0000) Subject: add container type to MGDoFAccessor X-Git-Tag: v8.0.0~7125 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df5424a33cb1f1f819dbb29ba803820b8671ebda;p=dealii.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