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

deal.II/deal.II/include/dofs/dof_tools.h
deal.II/deal.II/include/fe/fe_tools.h
deal.II/deal.II/include/fe/select_fe_values.h
deal.II/deal.II/include/numerics/derivative_approximation.h

index 04279397d379547cb1f1de704c907aa4dac0a521..1fffaf1d5e36c4f61b2eaf32b0a9c9eedfbbfbfa 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
+//    Copyright (C) 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
@@ -30,7 +30,10 @@ template <int dim> class Function;
 template <int dim> class Point;
 template <int dim> class FiniteElement;
 template <int dim> class DoFHandler;
-template <int dim> class hp::DoFHandler;
+namespace hp
+{
+  template <int dim> class DoFHandler;
+}
 template <int dim> class MGDoFHandler;
 class ConstraintMatrix;
 template <template <int> class GridClass, int dim> class InterGridMap;
index f7a50ef398027bc69f22ace481fdb83aec532d3b..4288c7b4057b9ba8464cb48e59c064383ad4f766 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
+//    Copyright (C) 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
@@ -25,7 +25,10 @@ template <typename number> class Vector;
 template <int dim> class Quadrature;
 template <int dim> class FiniteElement;
 template <int dim> class DoFHandler;
-template <int dim> class hp::DoFHandler;
+namespace hp
+{
+  template <int dim> class DoFHandler;
+}
 template <int dim> class FiniteElementData;
 class ConstraintMatrix;
 
index 6064ba0e56102ffff0ad3b3dbd6bdadf2b891bb3..31abf87f808928258ce365317bbe87af139ed699 100644 (file)
 #include <base/config.h>
 
 template <int> class DoFHandler;
-template <int> class hp::DoFHandler;
+namespace hp
+{
+  template <int> class DoFHandler;
+}
 
 template <int> class FEValues;
 template <int> class FEFaceValues;
index 5bc115ecdbfd18d52e91cb3ea0e7b3e3260207f1..8b7a4972ee1a4ed1c9d024ca200bc7fc04b78976 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
+//    Copyright (C) 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
 #include <utility>
 
 template <int dim> class DoFHandler;
-template <int dim> class hp::DoFHandler;
+namespace hp
+{
+  template <int dim> class DoFHandler;
+}
 
 
 

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.