From 253cde11fbd1d2019a8ef737e74134e94bd5e33f Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 11 Oct 2015 17:59:10 -0500 Subject: [PATCH] Avoid a warning. --- source/dofs/dof_tools_constraints.cc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/source/dofs/dof_tools_constraints.cc b/source/dofs/dof_tools_constraints.cc index cf74c4b2c6..b3a4f3a131 100644 --- a/source/dofs/dof_tools_constraints.cc +++ b/source/dofs/dof_tools_constraints.cc @@ -2526,8 +2526,7 @@ namespace DoFTools const unsigned int coarse_component, const FiniteElement &coarse_fe, const InterGridMap > &coarse_to_fine_grid_map, - const std::vector > ¶meter_dofs, - const std::vector &weight_mapping) + const std::vector > ¶meter_dofs) { // for each cell on the parameter grid: find out which degrees of // freedom on the fine grid correspond in which way to the degrees @@ -2749,8 +2748,7 @@ namespace DoFTools coarse_component, std_cxx11::cref(coarse_grid.get_fe()), std_cxx11::cref(coarse_to_fine_grid_map), - std_cxx11::cref(parameter_dofs), - std_cxx11::cref(weight_mapping)), + std_cxx11::cref(parameter_dofs)), std_cxx11::bind(©_intergrid_weights_3, std_cxx11::_1, coarse_component, -- 2.39.5