From: Peter Munch Date: Sun, 21 May 2023 06:24:37 +0000 (+0200) Subject: Fix typo X-Git-Tag: v9.5.0-rc1~211^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=840278c3488dc7ee26fcba0a8f22a862b0de5fe3;p=dealii.git Fix typo --- 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 {