From: Nico Barnafi Date: Mon, 4 Jul 2022 14:42:54 +0000 (+0200) Subject: Update include/deal.II/lac/petsc_sparse_matrix.h X-Git-Tag: v9.5.0-rc1~947^2~13^2~4^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d7e08b4d0505beff462cf9f99c9a22b38aacd4a;p=dealii.git Update include/deal.II/lac/petsc_sparse_matrix.h Co-authored-by: Peter Munch --- 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