From: Wolfgang Bangerth Date: Tue, 29 Nov 2016 18:17:30 +0000 (-0700) Subject: Remove stray 'typename's. X-Git-Tag: v8.5.0-rc1~355^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3648%2Fhead;p=dealii.git Remove stray 'typename's. --- 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 &);