From cfa549c5342b30267e975d0ef0ade66ba7a2e279 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 16 Nov 2010 15:38:46 +0000 Subject: [PATCH] Ignore mapping parameter in 1d. git-svn-id: https://svn.dealii.org/trunk@22755 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/numerics/vectors.templates.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.5