From: MichaƂ Wichrowski <32612987+mwichro@users.noreply.github.com> Date: Tue, 29 Apr 2025 12:58:43 +0000 (+0200) Subject: Update include/deal.II/numerics/tensor_product_matrix_creator.h X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db3d67c9329d41f8b48a127cab00e1b924b9f12c;p=dealii.git Update include/deal.II/numerics/tensor_product_matrix_creator.h Co-authored-by: Bruno Turcksin --- 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.