]> https://gitweb.dealii.org/ - dealii.git/commitdiff
one more 17537/head
authorTimo Heister <timo.heister@gmail.com>
Thu, 15 Aug 2024 15:19:05 +0000 (11:19 -0400)
committerTimo Heister <timo.heister@gmail.com>
Thu, 15 Aug 2024 15:19:05 +0000 (11:19 -0400)
source/distributed/tria.cc

index f553c698f8c336624d0b7873b57f7d58a6937f26..623822953dd93bddea365b047b3eb945bf0bea3f 100644 (file)
@@ -3200,10 +3200,10 @@ namespace parallel
     template <int dim, int spacedim>
     DEAL_II_CXX20_REQUIRES((concepts::is_valid_dim_spacedim<dim, spacedim>))
     std::vector<types::subdomain_id> Triangulation<dim, spacedim>::
-      find_point_owner_rank(
-        [[maybe_unused]] const std::vector<Point<dim>> &points)
+      find_point_owner_rank(const std::vector<Point<dim>> &points)
     {
 #  ifndef P4EST_SEARCH_LOCAL
+      (void)points;
       AssertThrow(
         false,
         ExcMessage(

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.