From df5424a33cb1f1f819dbb29ba803820b8671ebda Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Sun, 13 Sep 2009 16:59:35 +0000 Subject: [PATCH] add container type to MGDoFAccessor git-svn-id: https://svn.dealii.org/trunk@19448 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/multigrid/mg_dof_accessor.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- 2.39.5