From: Daniel Arndt Date: Fri, 7 Dec 2018 00:18:57 +0000 (+0100) Subject: Replace default function parameter in find_active_cell_around_point X-Git-Tag: v9.1.0-rc1~507^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7511%2Fhead;p=dealii.git Replace default function parameter in find_active_cell_around_point --- diff --git a/include/deal.II/grid/grid_tools.h b/include/deal.II/grid/grid_tools.h index 09f39d5293..a9a1addc77 100644 --- a/include/deal.II/grid/grid_tools.h +++ b/include/deal.II/grid/grid_tools.h @@ -1154,7 +1154,7 @@ namespace GridTools typename MeshType::active_cell_iterator(), const std::vector & marked_vertices = {}, const RTree, unsigned int>> &used_vertices_rtree = - {}); + RTree, unsigned int>>{}); /** * A version of the previous function where we use that mapping on a given