From a1b40efee065e6826ecd81b56d6a0488d81fff21 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Fri, 12 Jun 2020 14:16:30 +0200 Subject: [PATCH] Remove auto from GridTools::exchange_cell_data_to_level_ghosts() --- include/deal.II/grid/grid_tools.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/deal.II/grid/grid_tools.h b/include/deal.II/grid/grid_tools.h index 9978480c23..d3ea4ecffd 100644 --- a/include/deal.II/grid/grid_tools.h +++ b/include/deal.II/grid/grid_tools.h @@ -2873,7 +2873,8 @@ namespace GridTools const std::function & unpack, const std::function - &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. -- 2.39.5