From 1a6d4cf72c314a4b0014d389e17b3661e7a4d583 Mon Sep 17 00:00:00 2001 From: Nico Barnafi Date: Mon, 4 Jul 2022 16:43:13 +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 fb7bc57667..2d78e56133 100644 --- a/source/lac/petsc_parallel_sparse_matrix.cc +++ b/source/lac/petsc_parallel_sparse_matrix.cc @@ -439,7 +439,7 @@ namespace PETScWrappers { Assert(sparsity_pattern.n_rows() == local_rows.size(), ExcMessage( - "SparsityPattern and IndexSet have different number of rows")); + "SparsityPattern and IndexSet have different number of rows.")); Assert( sparsity_pattern.n_cols() == local_columns.size(), ExcMessage( -- 2.39.5