From: Wolfgang Bangerth Date: Wed, 19 Mar 2014 22:39:39 +0000 (+0000) Subject: Remove stray occurrences of 'typename'. X-Git-Tag: v8.2.0-rc1~678 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb2b282d63e699b29d26813df0972ade7ce0750c;p=dealii.git Remove stray occurrences of 'typename'. git-svn-id: https://svn.dealii.org/trunk@32671 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/numerics/vector_tools_constraints.inst.in b/deal.II/source/numerics/vector_tools_constraints.inst.in index 4a1c6ab7da..e78a376eb8 100644 --- a/deal.II/source/numerics/vector_tools_constraints.inst.in +++ b/deal.II/source/numerics/vector_tools_constraints.inst.in @@ -28,7 +28,7 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS compute_nonzero_normal_flux_constraints (const DoFHandler &dof_handler, const unsigned int first_vector_component, const std::set &boundary_ids, - typename FunctionMap::type &function_map, + FunctionMap::type &function_map, ConstraintMatrix &constraints, const Mapping &mapping); @@ -37,7 +37,7 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS compute_nonzero_normal_flux_constraints (const hp::DoFHandler &dof_handler, const unsigned int first_vector_component, const std::set &boundary_ids, - typename FunctionMap::type &function_map, + FunctionMap::type &function_map, ConstraintMatrix &constraints, const Mapping &mapping); @@ -46,7 +46,7 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS compute_nonzero_tangential_flux_constraints (const DoFHandler &dof_handler, const unsigned int first_vector_component, const std::set &boundary_ids, - typename FunctionMap::type &function_map, + FunctionMap::type &function_map, ConstraintMatrix &constraints, const Mapping &mapping); template @@ -54,7 +54,7 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS compute_nonzero_tangential_flux_constraints (const hp::DoFHandler &dof_handler, const unsigned int first_vector_component, const std::set &boundary_ids, - typename FunctionMap::type &function_map, + FunctionMap::type &function_map, ConstraintMatrix &constraints, const Mapping &mapping);