From: Nico Barnafi Date: Mon, 9 May 2022 22:44:31 +0000 (+0200) Subject: Update include/deal.II/lac/petsc_precondition.h X-Git-Tag: v9.5.0-rc1~947^2~19 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c1a858f68b006507b7ca43ab4a25d9c30609b72;p=dealii.git Update include/deal.II/lac/petsc_precondition.h Co-authored-by: Peter Munch --- diff --git a/include/deal.II/lac/petsc_precondition.h b/include/deal.II/lac/petsc_precondition.h index f43912e283..7a27046a8e 100644 --- a/include/deal.II/lac/petsc_precondition.h +++ b/include/deal.II/lac/petsc_precondition.h @@ -976,7 +976,7 @@ namespace PETScWrappers * Constructor. Note that BDDC offers a lot more options to set * than what is exposed here. */ - AdditionalData(const bool use_vertices_ = true, + AdditionalData(const bool use_vertices = true, const bool use_edges_ = false, const bool use_faces_ = false, const bool symmetric_ = false,