From 50e36280bb6f06e7328f6dd9046e6424fccff215 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 22 Jul 2013 12:44:57 +0000 Subject: [PATCH] Fix a bug. git-svn-id: https://svn.dealii.org/trunk@30092 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/numerics/vector_tools.templates.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/numerics/vector_tools.templates.h b/deal.II/include/deal.II/numerics/vector_tools.templates.h index 4e8c2163be..abb0372b0b 100644 --- a/deal.II/include/deal.II/numerics/vector_tools.templates.h +++ b/deal.II/include/deal.II/numerics/vector_tools.templates.h @@ -2347,7 +2347,7 @@ namespace VectorTools std::map &boundary_values, std::vector component_mapping) { - do_project_boundary_values (hp::StaticMappingQ1::mapping_collection, dof, + do_project_boundary_values (mapping, dof, boundary_functions, q, boundary_values, component_mapping); -- 2.39.5