]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add previously forgotten definitions of static variables.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 28 Apr 2006 19:47:51 +0000 (19:47 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 28 Apr 2006 19:47:51 +0000 (19:47 +0000)
git-svn-id: https://svn.dealii.org/trunk@12937 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/dofs/dof_handler.cc
deal.II/deal.II/source/dofs/hp_dof_handler.cc

index 032b5e8afb3fe949262f4eda7fc4720c527bce5a..4ec8b943a5522e9e2d61f91c294bcf37cf2724e5 100644 (file)
@@ -33,6 +33,9 @@ const unsigned int DoFHandler<dim>::dimension;
 template <int dim>
 const unsigned int DoFHandler<dim>::invalid_dof_index;
 
+template <int dim>
+const unsigned int DoFHandler<dim>::default_fe_index;
+
 
 
 template <int dim>
index e6a816e2b13c55c0dd4d989ba443433348b6452f..838898ba9a3bc8f518698bd90d2c2451f0a31a4c 100644 (file)
@@ -37,6 +37,9 @@ namespace hp
   template <int dim>
   const unsigned int DoFHandler<dim>::invalid_dof_index;
 
+  template <int dim>
+  const unsigned int DoFHandler<dim>::default_fe_index;
+  
 
 
   template <int dim>

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.