]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix one problem.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 5 Jan 2006 09:29:37 +0000 (09:29 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 5 Jan 2006 09:29:37 +0000 (09:29 +0000)
git-svn-id: https://svn.dealii.org/trunk@11950 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 550c99fa3d16768343db94bee7ce23b963c126ae..31c42fc6c42d2547100217c282dd3bdbd1c7dc36 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -23,7 +23,10 @@ template <typename number> class SparseMatrix;
 template <typename number> class Vector;
 
 template <int dim> class DoFHandler;
-template <int dim> class hp::DoFHandler;
+namespace hp
+{
+  template <int dim> class DoFHandler;
+}
 template <int dim> class FiniteElement;
 
 template <int celldim, int dim, template <int> class DH> class DoFObjectAccessor;

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.