From: Peter Munch Date: Fri, 12 Jun 2020 12:16:30 +0000 (+0200) Subject: Remove auto from GridTools::exchange_cell_data_to_level_ghosts() X-Git-Tag: v9.3.0-rc1~1438^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10522%2Fhead;p=dealii.git Remove auto from GridTools::exchange_cell_data_to_level_ghosts() --- 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.