From: bangerth Date: Tue, 16 Nov 2010 15:38:46 +0000 (+0000) Subject: Ignore mapping parameter in 1d. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d492f3c31050f19f112b3cc714e8677cf5cd481;p=dealii-svn.git Ignore mapping parameter in 1d. git-svn-id: https://svn.dealii.org/trunk@22755 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/numerics/vectors.templates.h b/deal.II/include/deal.II/numerics/vectors.templates.h index 229c42d95b..e9cb984801 100644 --- a/deal.II/include/deal.II/numerics/vectors.templates.h +++ b/deal.II/include/deal.II/numerics/vectors.templates.h @@ -1226,7 +1226,7 @@ namespace internal { template static inline - void interpolate_boundary_values (const Mapping &mapping, + void interpolate_boundary_values (const Mapping &, const DH &dof, const typename FunctionMap::type &function_map, std::map &boundary_values,