]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove stray occurrences of 'typename'.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 19 Mar 2014 22:39:39 +0000 (22:39 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 19 Mar 2014 22:39:39 +0000 (22:39 +0000)
git-svn-id: https://svn.dealii.org/trunk@32671 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/numerics/vector_tools_constraints.inst.in

index 4a1c6ab7daaf9608bc058d84418b9da877e87d84..e78a376eb88aa2c0a87e233cc6083c6e15d81feb 100644 (file)
@@ -28,7 +28,7 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension :  SPACE_DIMENSIONS
   compute_nonzero_normal_flux_constraints (const DoFHandler<deal_II_dimension> &dof_handler,
                                            const unsigned int     first_vector_component,
                                            const std::set<types::boundary_id> &boundary_ids,
-                                           typename FunctionMap<deal_II_dimension>::type &function_map,
+                                           FunctionMap<deal_II_dimension>::type &function_map,
                                            ConstraintMatrix      &constraints,
                                            const Mapping<deal_II_dimension>    &mapping);
 
@@ -37,7 +37,7 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension :  SPACE_DIMENSIONS
   compute_nonzero_normal_flux_constraints (const hp::DoFHandler<deal_II_dimension> &dof_handler,
                                            const unsigned int     first_vector_component,
                                            const std::set<types::boundary_id> &boundary_ids,
-                                           typename FunctionMap<deal_II_dimension>::type &function_map,
+                                           FunctionMap<deal_II_dimension>::type &function_map,
                                            ConstraintMatrix      &constraints,
                                            const Mapping<deal_II_dimension>    &mapping);
 
@@ -46,7 +46,7 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension :  SPACE_DIMENSIONS
   compute_nonzero_tangential_flux_constraints (const DoFHandler<deal_II_dimension> &dof_handler,
                                                const unsigned int     first_vector_component,
                                                const std::set<types::boundary_id> &boundary_ids,
-                                               typename FunctionMap<deal_II_dimension>::type &function_map,
+                                               FunctionMap<deal_II_dimension>::type &function_map,
                                                ConstraintMatrix      &constraints,
                                                const Mapping<deal_II_dimension>    &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<deal_II_dimension> &dof_handler,
                                                const unsigned int     first_vector_component,
                                                const std::set<types::boundary_id> &boundary_ids,
-                                               typename FunctionMap<deal_II_dimension>::type &function_map,
+                                               FunctionMap<deal_II_dimension>::type &function_map,
                                                ConstraintMatrix      &constraints,
                                                const Mapping<deal_II_dimension>    &mapping);
     

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.