From ec2decf897a02bd2020e1edf7c0633373a036387 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Thu, 15 Aug 2024 11:19:05 -0400 Subject: [PATCH] one more --- source/distributed/tria.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/distributed/tria.cc b/source/distributed/tria.cc index f553c698f8..623822953d 100644 --- a/source/distributed/tria.cc +++ b/source/distributed/tria.cc @@ -3200,10 +3200,10 @@ namespace parallel template DEAL_II_CXX20_REQUIRES((concepts::is_valid_dim_spacedim)) std::vector Triangulation:: - find_point_owner_rank( - [[maybe_unused]] const std::vector> &points) + find_point_owner_rank(const std::vector> &points) { # ifndef P4EST_SEARCH_LOCAL + (void)points; AssertThrow( false, ExcMessage( -- 2.39.5