]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use a different form of instantiation in an attempt to work around something that...
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 10 Nov 2013 17:20:37 +0000 (17:20 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 10 Nov 2013 17:20:37 +0000 (17:20 +0000)
git-svn-id: https://svn.dealii.org/trunk@31608 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/dofs/dof_renumbering.inst.in

index c8c111555857486dad4ba7db8e6733dfa33f4a5f..d35eeb5dcdd4c84501a8b3f12cc370d891f629ac 100644 (file)
@@ -204,7 +204,7 @@ namespace DoFRenumbering
 
     template void
       downstream<DoFHandler<deal_II_dimension> >
-      (DoFHandler<deal_II_dimension>&, const Point<deal_II_dimension>&,
+      (DoFHandler<deal_II_dimension>&, const Point<DoFHandler<deal_II_dimension>::space_dimension>&,
        const bool);
 
     template void
@@ -240,13 +240,13 @@ namespace DoFRenumbering
     template void
       downstream<hp::DoFHandler<deal_II_dimension> >
       (hp::DoFHandler<deal_II_dimension>&,
-       const Point<deal_II_dimension>&,
+       const Point<hp::DoFHandler<deal_II_dimension>::space_dimension>&,
        const bool);
 
     template void
       downstream<MGDoFHandler<deal_II_dimension> >
       (MGDoFHandler<deal_II_dimension>&,
-       const Point<deal_II_dimension>&,
+       const Point<MGDoFHandler<deal_II_dimension>::space_dimension>&,
        const bool);
 
     template void
@@ -281,7 +281,8 @@ namespace DoFRenumbering
 
     template
       void downstream
-      (DoFHandler<deal_II_dimension>&, const unsigned int,
+      (DoFHandler<deal_II_dimension>&, 
+       const unsigned int,
        const Point<deal_II_dimension>&,
        const bool);
 

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.