From f6ca482e026389611e020afdd0d773b289df535e Mon Sep 17 00:00:00 2001 From: Nico Barnafi Date: Tue, 10 May 2022 01:06:27 +0200 Subject: [PATCH] Update source/lac/petsc_parallel_sparse_matrix.cc Co-authored-by: Peter Munch --- source/lac/petsc_parallel_sparse_matrix.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5