From: Nicolas Barnafi Date: Sun, 11 Sep 2022 22:55:27 +0000 (+0200) Subject: Fixed typo X-Git-Tag: v9.5.0-rc1~947^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0df892e50912eb58b585bdfeab1c2bcb3d9816c7;p=dealii.git Fixed typo --- diff --git a/source/lac/petsc_parallel_sparse_matrix.cc b/source/lac/petsc_parallel_sparse_matrix.cc index 64f7ac5f92..7731cb7493 100644 --- a/source/lac/petsc_parallel_sparse_matrix.cc +++ b/source/lac/petsc_parallel_sparse_matrix.cc @@ -640,7 +640,7 @@ namespace PETScWrappers AssertThrow(ierr == 0, ExcPETScError(ierr)); # else { - AssertThrow(false, ExcMessage("BDDC preconditioner requires PETSc 3.10.0 or newer"); + AssertThrow(false, ExcMessage("BDDC preconditioner requires PETSc 3.10.0 or newer")); } # endif }