]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add a missing set of include files. 490/head
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 2 Feb 2015 20:26:51 +0000 (14:26 -0600)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 2 Feb 2015 20:26:51 +0000 (14:26 -0600)
This fixes a recent regression in one of our tests (bits/serialize_hp_dof_handler) that tries
to serialize an object but that requires to know the actual type of one of the members to
be serialized to compile without error.

include/deal.II/hp/dof_handler.h

index f14e49e27a5884d774712ce155af6c52778f88c9..9fa74bfb795888815dd4925f49829f5e69b9f3a4 100644 (file)
@@ -27,6 +27,8 @@
 #include <deal.II/dofs/dof_iterator_selector.h>
 #include <deal.II/dofs/number_cache.h>
 #include <deal.II/hp/fe_collection.h>
+#include <deal.II/hp/dof_faces.h>
+#include <deal.II/hp/dof_level.h>
 
 #include <vector>
 #include <map>
@@ -39,8 +41,6 @@ namespace internal
   namespace hp
   {
     class DoFLevel;
-    template <int> class DoFIndicesOnFaces;
-    template <int> class DoFIndicesOnFacesOrEdges;
 
     namespace 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.