]> https://gitweb.dealii.org/ - dealii.git/commitdiff
missing parenthesis
authorNicolas Barnafi <nabw91@gmail.com>
Sun, 11 Sep 2022 13:11:55 +0000 (15:11 +0200)
committerNicolas Barnafi <nabw91@gmail.com>
Sun, 11 Sep 2022 13:11:55 +0000 (15:11 +0200)
source/lac/petsc_precondition.cc

index 6f9b6593f2720fa438603abba192a46eb77af635..dc8f365d826cc8c114a74cf9a98bea1f85a854f7 100644 (file)
@@ -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
   }
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.