]> 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:15:45 +0000 (17:15 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 2 Feb 2007 17:15:45 +0000 (17:15 +0000)
git-svn-id: https://svn.dealii.org/trunk@14402 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/dofs/dof_accessor.h

index 0bf86fb97631784029d4b8c687ac99a9b1f307be..7a4eaa2de1ff23981d9dbdb2755c8f85600cff7f 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 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
@@ -30,6 +30,11 @@ template <typename number> class Vector;
 //TODO: Find a way to avoid the forward declarations and get rid of dof_handler include files.
 
 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, typename Accessor> class TriaRawIterator;
 

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.