From: Nicolas Barnafi Date: Sun, 11 Sep 2022 13:11:55 +0000 (+0200) Subject: missing parenthesis X-Git-Tag: v9.5.0-rc1~947^2~5 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f50087fd2cf3ad3947ae850e01520f483e9648c;p=dealii.git missing parenthesis --- diff --git a/source/lac/petsc_precondition.cc b/source/lac/petsc_precondition.cc index 6f9b6593f2..dc8f365d82 100644 --- a/source/lac/petsc_precondition.cc +++ b/source/lac/petsc_precondition.cc @@ -955,9 +955,7 @@ namespace PETScWrappers ierr = PCSetFromOptions(pc); 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 }