From: Wolfgang Bangerth Date: Tue, 13 Oct 2015 16:25:59 +0000 (-0500) Subject: Fix a warning in optimized mode. X-Git-Tag: v8.4.0-rc2~315^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a77662c156d6bb13a2b41839e268ccd6383f5204;p=dealii.git Fix a warning in optimized mode. --- diff --git a/source/dofs/dof_tools_constraints.cc b/source/dofs/dof_tools_constraints.cc index 494e911ab7..e3b26a5dfd 100644 --- a/source/dofs/dof_tools_constraints.cc +++ b/source/dofs/dof_tools_constraints.cc @@ -2622,8 +2622,8 @@ namespace DoFTools const unsigned int coarse_component, const FiniteElement &coarse_fe, const std::vector &weight_mapping, - std::vector > &weights, - bool is_called_in_parallel) + const bool is_called_in_parallel, + std::vector > &weights) { unsigned int pos = 0; for (unsigned int local_dof=0; local_dof