From eb2b282d63e699b29d26813df0972ade7ce0750c Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 19 Mar 2014 22:39:39 +0000 Subject: [PATCH] Remove stray occurrences of 'typename'. git-svn-id: https://svn.dealii.org/trunk@32671 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/numerics/vector_tools_constraints.inst.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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); -- 2.39.5