From d5d92ea70744bb3500c276c0593f1f2e0c5816a3 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Thu, 20 Mar 2025 15:52:56 -0400 Subject: [PATCH] Portable::MatrixFree: fix a typo --- include/deal.II/matrix_free/portable_matrix_free.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/matrix_free/portable_matrix_free.h b/include/deal.II/matrix_free/portable_matrix_free.h index dee0088832..8709895181 100644 --- a/include/deal.II/matrix_free/portable_matrix_free.h +++ b/include/deal.II/matrix_free/portable_matrix_free.h @@ -205,7 +205,7 @@ namespace Portable co_shape_gradients; /** - * Weights used when resolving hanginf nodes. + * Weights used when resolving hanging nodes. */ Kokkos::View constraint_weights; @@ -601,7 +601,7 @@ namespace Portable co_shape_gradients; /** - * Weights used when resolving hanginf nodes. + * Weights used when resolving hanging nodes. */ Kokkos::View constraint_weights; -- 2.39.5