From 6f3885902581d1f012abdc44d35d6d6f59aac6e2 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 15 Sep 2011 21:09:17 +0000 Subject: [PATCH] Fix default argument. git-svn-id: https://svn.dealii.org/trunk@24330 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/numerics/vectors.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/include/deal.II/numerics/vectors.h b/deal.II/include/deal.II/numerics/vectors.h index acdb34604f..c583b6fd66 100644 --- a/deal.II/include/deal.II/numerics/vectors.h +++ b/deal.II/include/deal.II/numerics/vectors.h @@ -1072,7 +1072,7 @@ namespace VectorTools const Function& boundary_function, const unsigned char boundary_component, ConstraintMatrix& constraints, - const Mapping& mapping = MappingQ1::mapping); + const Mapping& mapping = StaticMappingQ1::mapping); /** * Same as above for the hp-namespace. @@ -1157,7 +1157,7 @@ namespace VectorTools const Function& boundary_function, const unsigned char boundary_component, ConstraintMatrix& constraints, - const Mapping& mapping = MappingQ1::mapping); + const Mapping& mapping = StaticMappingQ1::mapping); /** * Same as above for the hp-namespace. @@ -1495,7 +1495,7 @@ namespace VectorTools const unsigned int first_vector_component, const std::set &boundary_ids, ConstraintMatrix &constraints, - const Mapping &mapping = MappingQ1::mapping); + const Mapping &mapping = StaticMappingQ1::mapping); //@} -- 2.39.5