From de1554b335bfa1028365c80529a2bda1764f060f Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Fri, 24 Feb 2006 17:37:44 +0000 Subject: [PATCH] It did compile with gcc3.3. Make it compile with gcc.3.4.5, too. git-svn-id: https://svn.dealii.org/trunk@12501 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/dof_tools.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/deal.II/include/dofs/dof_tools.h b/deal.II/deal.II/include/dofs/dof_tools.h index d7725cf5d3..3c1a477631 100644 --- a/deal.II/deal.II/include/dofs/dof_tools.h +++ b/deal.II/deal.II/include/dofs/dof_tools.h @@ -1436,7 +1436,7 @@ class DoFTools static void map_support_points_to_dofs (const Mapping &mapping, const DH &dof_handler, - std::map, unsigned int, Comp> &point_to_index_map); + std::map, unsigned int, Comp> &point_to_index_map); /** * Map a coupling table from the @@ -1661,12 +1661,12 @@ void DoFTools::map_support_points_to_dofs ( const Mapping &mapping, const DH &dof_handler, - std::map, unsigned int, Comp> &point_to_index_map) + std::map, unsigned int, Comp> &point_to_index_map) { // let the checking of arguments be // done by the function first // called - std::vector > support_points (dof_handler.n_dofs()); + std::vector > support_points (dof_handler.n_dofs()); map_dofs_to_support_points (mapping, dof_handler, support_points); // now copy over the results of the // previous function into the -- 2.39.5