]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Match instantiation to declaration.
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 24 Oct 2017 13:54:31 +0000 (07:54 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Tue, 24 Oct 2017 13:54:50 +0000 (07:54 -0600)
source/dofs/dof_renumbering.inst.in

index b76ea6a0b6dd9adba41b05fcc4bd3071db186ac4..b2a34ccaf33ac124b90405a93e0404ba7871f79d 100644 (file)
@@ -198,7 +198,7 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension :  SPACE_DIMENSIONS
     template void
     compute_downstream<DoFHandler<deal_II_dimension> >
     (std::vector<types::global_dof_index>&,std::vector<types::global_dof_index>&,
-     const DoFHandler<deal_II_dimension>&, const Tensor<1,deal_II_dimension>&,
+     const DoFHandler<deal_II_dimension>&, const Tensor<1,DoFHandler<deal_II_dimension>::space_dimension>&,
      const bool);
 
     template
@@ -229,7 +229,7 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension :  SPACE_DIMENSIONS
     compute_downstream<hp::DoFHandler<deal_II_dimension> >
     (std::vector<types::global_dof_index>&,std::vector<types::global_dof_index>&,
      const hp::DoFHandler<deal_II_dimension>&,
-     const Tensor<1,deal_II_dimension>&,
+     const Tensor<1,hp::DoFHandler<deal_II_dimension>::space_dimension>&,
      const bool);
 
     template
@@ -246,13 +246,19 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension :  SPACE_DIMENSIONS
      const Point<deal_II_dimension>&,
      const bool);
 
+    template
+    void downstream
+    (DoFHandler<deal_II_dimension>&,
+     const Tensor<1,DoFHandler<deal_II_dimension>::space_dimension>&,
+     const bool);
+
 // MG
 
     template
     void downstream
     (DoFHandler<deal_II_dimension>&,
      const unsigned int,
-     const Tensor<1,deal_II_dimension>&,
+     const Tensor<1,DoFHandler<deal_II_dimension>::space_dimension>&,
      const bool);
 
     template

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.