From: Nico Barnafi Date: Mon, 9 May 2022 23:06:27 +0000 (+0200) Subject: Update source/lac/petsc_parallel_sparse_matrix.cc X-Git-Tag: v9.5.0-rc1~947^2~17 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6ca482e026389611e020afdd0d773b289df535e;p=dealii.git Update source/lac/petsc_parallel_sparse_matrix.cc Co-authored-by: Peter Munch --- diff --git a/source/lac/petsc_parallel_sparse_matrix.cc b/source/lac/petsc_parallel_sparse_matrix.cc index 722f5f5337..df1e6e1d1b 100644 --- a/source/lac/petsc_parallel_sparse_matrix.cc +++ b/source/lac/petsc_parallel_sparse_matrix.cc @@ -534,7 +534,7 @@ namespace PETScWrappers // key here is that we can use the // matrix set routines that set an // entire row at once, not a single - // entry at a time + // entry at a time. // // for the usefulness of this option // read the documentation of this