From: Wolfgang Bangerth Date: Fri, 21 Jul 2017 18:48:59 +0000 (-0600) Subject: Address a couple of review comments. X-Git-Tag: v9.0.0-rc1~1398^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4636%2Fhead;p=dealii.git Address a couple of review comments. --- diff --git a/source/dofs/dof_handler_policy.cc b/source/dofs/dof_handler_policy.cc index d0bc815498..5d34a2030d 100644 --- a/source/dofs/dof_handler_policy.cc +++ b/source/dofs/dof_handler_policy.cc @@ -2836,7 +2836,7 @@ namespace internal local_dof_indices (dealii_cell->get_fe().dofs_per_cell); dealii_cell->get_dof_indices (local_dof_indices); - for (auto recipient_subdomain : send_to) + for (const auto recipient_subdomain : send_to) { // get an iterator to what needs to be sent to // that subdomain (if already exists), or create @@ -3194,7 +3194,6 @@ namespace internal - template void set_dof_indices_recursively (const parallel::distributed::Triangulation &tria,