From: bangerth Date: Thu, 15 Sep 2011 21:09:17 +0000 (+0000) Subject: Fix default argument. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f3885902581d1f012abdc44d35d6d6f59aac6e2;p=dealii-svn.git Fix default argument. git-svn-id: https://svn.dealii.org/trunk@24330 0785d39b-7218-0410-832d-ea1e28bc413d --- 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); //@}