From b67fabcc9b2aeb0256887401745805668cce4a7d Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 29 Nov 2016 11:17:30 -0700 Subject: [PATCH] Remove stray 'typename's. --- source/numerics/vector_tools_rhs.inst.in | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/source/numerics/vector_tools_rhs.inst.in b/source/numerics/vector_tools_rhs.inst.in index 2de583e733..a672608f85 100644 --- a/source/numerics/vector_tools_rhs.inst.in +++ b/source/numerics/vector_tools_rhs.inst.in @@ -23,7 +23,7 @@ for (VEC : REAL_SERIAL_VECTORS; deal_II_dimension : DIMENSIONS; deal_II_space_di (const Mapping &, const DoFHandler &, const Quadrature &, - const Function &, + const Function &, VEC &, const ConstraintMatrix &); @@ -31,7 +31,7 @@ for (VEC : REAL_SERIAL_VECTORS; deal_II_dimension : DIMENSIONS; deal_II_space_di void create_right_hand_side (const DoFHandler &, const Quadrature &, - const Function &, + const Function &, VEC &, const ConstraintMatrix &); \} @@ -50,7 +50,7 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS (const hp::MappingCollection &, const hp::DoFHandler &, const hp::QCollection &, - const Function::value_type> &, + const Function::value_type> &, Vector &, const ConstraintMatrix &); @@ -58,7 +58,7 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS void create_right_hand_side > (const hp::DoFHandler &, const hp::QCollection &, - const Function::value_type> &, + const Function::value_type> &, Vector &, const ConstraintMatrix &); @@ -69,7 +69,7 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS (const Mapping &, const DoFHandler &, const Quadrature &, - const Function::value_type> &, + const Function::value_type> &, Vector &, const std::set &); #endif @@ -79,7 +79,7 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS create_boundary_right_hand_side > (const DoFHandler &, const Quadrature &, - const Function::value_type> &, + const Function::value_type> &, Vector &, const std::set &); @@ -90,7 +90,7 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS (const hp::MappingCollection &, const hp::DoFHandler &, const hp::QCollection &, - const Function::value_type> &, + const Function::value_type> &, Vector &, const std::set &); #endif @@ -100,7 +100,7 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS create_boundary_right_hand_side > (const hp::DoFHandler &, const hp::QCollection &, - const Function::value_type> &, + const Function::value_type> &, Vector &, const std::set &); -- 2.39.5