From 0d80f89217f49990e80c703d892d9a1f18feea98 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Tue, 8 Jul 2025 17:36:39 -0500 Subject: [PATCH] ArborX: fix compilation with versions < 2 --- include/deal.II/arborx/access_traits.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/deal.II/arborx/access_traits.h b/include/deal.II/arborx/access_traits.h index 9e619554b0..5a7864d7a8 100644 --- a/include/deal.II/arborx/access_traits.h +++ b/include/deal.II/arborx/access_traits.h @@ -1261,7 +1261,6 @@ namespace ArborX sphere.second}, sph_nearest.get_n_nearest_neighbors()); } -} // namespace ArborX # else template inline std::size_t -- 2.39.5