]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add missing header includes.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 12 Sep 2002 15:08:23 +0000 (15:08 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 12 Sep 2002 15:08:23 +0000 (15:08 +0000)
git-svn-id: https://svn.dealii.org/trunk@6404 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/numerics/dof_renumbering.h

index 9326f6041b3374a22d76cee586f898c64d7f2e34..2aea2ef91785eba6c799c337b156c34f4848ff40 100644 (file)
 
 #include <base/config.h>
 #include <base/exceptions.h>
+#include <dofs/dof_handler.h>
+#include <multigrid/mg_dof_handler.h>
+
+#include <vector>
 
 
 /**
@@ -336,7 +340,7 @@ class DoFRenumbering
     template <int dim>
     static void
     cell_wise_dg (DoFHandler<dim>                     &dof_handler,
-                 const typename std::vector<typename DoFHandler<dim>::cell_iterator> &cell_order);
+                 const std::vector<typename DoFHandler<dim>::cell_iterator> &cell_order);
     
 
                                     /**
@@ -349,7 +353,7 @@ class DoFRenumbering
     static void
     cell_wise_dg (MGDoFHandler<dim>   &dof_handler,
                  const unsigned int   level,
-                 const typename std::vector<typename MGDoFHandler<dim>::cell_iterator> &cell_order);
+                 const std::vector<typename MGDoFHandler<dim>::cell_iterator> &cell_order);
     
 
                                     /**

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.