From: Wolfgang Bangerth Date: Mon, 22 Jul 2013 12:44:57 +0000 (+0000) Subject: Fix a bug. X-Git-Tag: v8.0.0~30 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50e36280bb6f06e7328f6dd9046e6424fccff215;p=dealii.git Fix a bug. git-svn-id: https://svn.dealii.org/trunk@30092 0785d39b-7218-0410-832d-ea1e28bc413d --- 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);