From 840278c3488dc7ee26fcba0a8f22a862b0de5fe3 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Sun, 21 May 2023 08:24:37 +0200 Subject: [PATCH] Fix typo --- 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 4589205bae..ead199bf85 100644 --- a/include/deal.II/numerics/tensor_product_matrix_creator.h +++ b/include/deal.II/numerics/tensor_product_matrix_creator.h @@ -39,7 +39,7 @@ DEAL_II_NAMESPACE_OPEN /** * A namespace with functions that create input for certain standard matrices * for the classes TensorProductMatrixSymmetricSum and - * TensorProductMatrixSymmetricSumCache. + * TensorProductMatrixSymmetricSumCollection. */ namespace TensorProductMatrixCreator { -- 2.39.5