]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove auto from GridTools::exchange_cell_data_to_level_ghosts() 10522/head
authorPeter Munch <peterrmuench@gmail.com>
Fri, 12 Jun 2020 12:16:30 +0000 (14:16 +0200)
committerPeter Munch <peterrmuench@gmail.com>
Fri, 12 Jun 2020 12:16:30 +0000 (14:16 +0200)
include/deal.II/grid/grid_tools.h

index 9978480c233df972827912731faaf5d91655ee87..d3ea4ecffd27ee51362db0103261e70321372c7c 100644 (file)
@@ -2873,7 +2873,8 @@ namespace GridTools
     const std::function<void(const typename MeshType::level_cell_iterator &,
                              const DataType &)> &       unpack,
     const std::function<bool(const typename MeshType::level_cell_iterator &)>
-      &filter = [](const auto &) { return true; });
+      &filter =
+        [](const typename MeshType::level_cell_iterator &) { return true; });
 
   /* Exchange with all processors of the MPI communicator @p mpi_communicator the vector of bounding
    * boxes @p local_bboxes.

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.