]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add proper forward declarations of partial specializations before they are used
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 2 Feb 2007 17:16:29 +0000 (17:16 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 2 Feb 2007 17:16:29 +0000 (17:16 +0000)
git-svn-id: https://svn.dealii.org/trunk@14403 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/dofs/dof_iterator_selector.h

index 86882580358e0fbb05344cb75c229679735a84a9..b764033bae55f7f19dbb603d8ceb107441e89528 100644 (file)
@@ -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 <int structdim, class DH> class DoFAccessor;
 template <class DH> class DoFCellAccessor;
+
 template <int celldim, class DH> class DoFObjectAccessor;
+template <class DH> class DoFObjectAccessor<0,DH>;
+template <class DH> class DoFObjectAccessor<1,DH>;
+template <class DH> class DoFObjectAccessor<2,DH>;
+template <class DH> class DoFObjectAccessor<3,DH>;
+
 template <int dim> class FiniteElement;
 template <int dim, typename Accessor> class TriaRawIterator;
 template <int dim, typename Accessor> class TriaIterator;

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.