From 1b7a045d9c3167710bcc630bcd28963b9edadf93 Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 2 Feb 2007 17:16:29 +0000 Subject: [PATCH] Add proper forward declarations of partial specializations before they are used git-svn-id: https://svn.dealii.org/trunk@14403 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/dof_iterator_selector.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/dofs/dof_iterator_selector.h b/deal.II/deal.II/include/dofs/dof_iterator_selector.h index 8688258035..b764033bae 100644 --- a/deal.II/deal.II/include/dofs/dof_iterator_selector.h +++ b/deal.II/deal.II/include/dofs/dof_iterator_selector.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2006 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2006, 2007 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -27,7 +27,13 @@ DEAL_II_NAMESPACE_OPEN template class DoFAccessor; template class DoFCellAccessor; + template class DoFObjectAccessor; +template class DoFObjectAccessor<0,DH>; +template class DoFObjectAccessor<1,DH>; +template class DoFObjectAccessor<2,DH>; +template class DoFObjectAccessor<3,DH>; + template class FiniteElement; template class TriaRawIterator; template class TriaIterator; -- 2.39.5