From: Wolfgang Bangerth Date: Sun, 11 Oct 2015 22:59:10 +0000 (-0500) Subject: Avoid a warning. X-Git-Tag: v8.4.0-rc2~324^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=253cde11fbd1d2019a8ef737e74134e94bd5e33f;p=dealii.git Avoid a warning. --- 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,