From 8e7d030cc162acb64aca6fe29e1a9996a3fa1999 Mon Sep 17 00:00:00 2001 From: Nico Barnafi Date: Tue, 10 May 2022 00:45:05 +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 d93dd19604..722f5f5337 100644 --- a/source/lac/petsc_parallel_sparse_matrix.cc +++ b/source/lac/petsc_parallel_sparse_matrix.cc @@ -528,7 +528,7 @@ namespace PETScWrappers ISLocalToGlobalMappingDestroy(&l2gmap_col); // next preset the exact given matrix - // entries with zeros. this doesn't avoid any + // entries with zeros. This doesn't avoid any // memory allocations, but it at least // avoids some searches later on. the // key here is that we can use the -- 2.39.5