From 5f2a8f5f0ce2af0a4269e6d20aade8588701b8c0 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Mon, 12 Aug 2024 17:30:45 -0500 Subject: [PATCH] run indent --- source/distributed/tria.cc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/source/distributed/tria.cc b/source/distributed/tria.cc index 0285bf3bc0..56a9dce152 100644 --- a/source/distributed/tria.cc +++ b/source/distributed/tria.cc @@ -313,8 +313,10 @@ namespace vertex_touch_count.end(), &connectivity->ctt_offset[1]); - [[maybe_unused]] const typename internal::p4est::types::locidx num_vtt = - std::accumulate(vertex_touch_count.begin(), vertex_touch_count.end(), 0u); + [[maybe_unused]] const typename internal::p4est::types::locidx + num_vtt = std::accumulate(vertex_touch_count.begin(), + vertex_touch_count.end(), + 0u); Assert(connectivity->ctt_offset[triangulation.n_vertices()] == num_vtt, ExcInternalError()); @@ -1847,7 +1849,8 @@ namespace parallel template DEAL_II_CXX20_REQUIRES((concepts::is_valid_dim_spacedim)) void Triangulation::create_triangulation( - [[maybe_unused]] const TriangulationDescription::Description + [[maybe_unused]] const TriangulationDescription::Description &construction_data) { DEAL_II_ASSERT_UNREACHABLE(); -- 2.39.5