From db3d67c9329d41f8b48a127cab00e1b924b9f12c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Wichrowski?= <32612987+mwichro@users.noreply.github.com> Date: Tue, 29 Apr 2025 14:58:43 +0200 Subject: [PATCH] Update include/deal.II/numerics/tensor_product_matrix_creator.h Co-authored-by: Bruno Turcksin --- include/deal.II/numerics/tensor_product_matrix_creator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/numerics/tensor_product_matrix_creator.h b/include/deal.II/numerics/tensor_product_matrix_creator.h index bca70cc60f..a9acb4fd56 100644 --- a/include/deal.II/numerics/tensor_product_matrix_creator.h +++ b/include/deal.II/numerics/tensor_product_matrix_creator.h @@ -90,7 +90,7 @@ namespace TensorProductMatrixCreator /** - * Computes a 1D cell mass matrix for a given finite element.This function is + * Compute a 1D cell mass matrix for a given finite element. This function is * intended to provide a mass matrix for tensor product operators. * * @param fe The finite element object defining the shape functions. -- 2.39.5