From: Daniel Arndt Date: Tue, 6 Dec 2022 19:37:49 +0000 (-0500) Subject: Revert changes to grid_tools.cc X-Git-Tag: v9.5.0-rc1~697^2~25 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=014aa1c44b13ba65f51777a5e72f32ceeb48553c;p=dealii.git Revert changes to grid_tools.cc --- diff --git a/source/grid/grid_tools.cc b/source/grid/grid_tools.cc index c32cc0758e..dc2aa6242a 100644 --- a/source/grid/grid_tools.cc +++ b/source/grid/grid_tools.cc @@ -2973,11 +2973,10 @@ namespace GridTools else marked = [](const ValueType &) -> bool { return true; }; - auto bla = boost::geometry::index::nearest(p, 1); - auto blub = boost::geometry::index::satisfies(marked); std::vector, unsigned int>> res; used_vertices_rtree.query( - bla && blub, + boost::geometry::index::nearest(p, 1) && + boost::geometry::index::satisfies(marked), std::back_inserter(res)); // Searching for a point which is located outside the