From: Wolfgang Bangerth Date: Tue, 24 Oct 2017 13:54:31 +0000 (-0600) Subject: Match instantiation to declaration. X-Git-Tag: v9.0.0-rc1~887^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74b7fde54387cb702e296d1dbb10a57d6bf5a720;p=dealii.git Match instantiation to declaration. --- diff --git a/source/dofs/dof_renumbering.inst.in b/source/dofs/dof_renumbering.inst.in index b76ea6a0b6..b2a34ccaf3 100644 --- a/source/dofs/dof_renumbering.inst.in +++ b/source/dofs/dof_renumbering.inst.in @@ -198,7 +198,7 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS template void compute_downstream > (std::vector&,std::vector&, - const DoFHandler&, const Tensor<1,deal_II_dimension>&, + const DoFHandler&, const Tensor<1,DoFHandler::space_dimension>&, const bool); template @@ -229,7 +229,7 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS compute_downstream > (std::vector&,std::vector&, const hp::DoFHandler&, - const Tensor<1,deal_II_dimension>&, + const Tensor<1,hp::DoFHandler::space_dimension>&, const bool); template @@ -246,13 +246,19 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS const Point&, const bool); + template + void downstream + (DoFHandler&, + const Tensor<1,DoFHandler::space_dimension>&, + const bool); + // MG template void downstream (DoFHandler&, const unsigned int, - const Tensor<1,deal_II_dimension>&, + const Tensor<1,DoFHandler::space_dimension>&, const bool); template