From 8d7e08b4d0505beff462cf9f99c9a22b38aacd4a Mon Sep 17 00:00:00 2001 From: Nico Barnafi Date: Mon, 4 Jul 2022 16:42:54 +0200 Subject: [PATCH] Update include/deal.II/lac/petsc_sparse_matrix.h Co-authored-by: Peter Munch --- include/deal.II/lac/petsc_sparse_matrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/lac/petsc_sparse_matrix.h b/include/deal.II/lac/petsc_sparse_matrix.h index b9994900d9..167a0a123d 100644 --- a/include/deal.II/lac/petsc_sparse_matrix.h +++ b/include/deal.II/lac/petsc_sparse_matrix.h @@ -502,7 +502,7 @@ namespace PETScWrappers reinit(const SparseMatrix &other); /** - * Create a matrix where the size() of the IndexSets determine the + * Create a matrix where the size of the IndexSets determine the * global number of rows and columns and the entries of the IndexSet * give the rows and columns for the calling processor. Note that only * ascending, 1:1 IndexSets are supported. The additional call to the -- 2.39.5