]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Address a couple of review comments. 4636/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Fri, 21 Jul 2017 18:48:59 +0000 (12:48 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Fri, 21 Jul 2017 18:48:59 +0000 (12:48 -0600)
source/dofs/dof_handler_policy.cc

index d0bc815498dee0878ff0d1a09efa7fcf1b2e09b7..5d34a2030d5d7a0c8032b4ab787e3bb01330fd07 100644 (file)
@@ -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 <int dim, int spacedim, typename CellIteratorType>
         void
         set_dof_indices_recursively (const parallel::distributed::Triangulation<dim,spacedim> &tria,

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.