From 9c1a858f68b006507b7ca43ab4a25d9c30609b72 Mon Sep 17 00:00:00 2001 From: Nico Barnafi Date: Tue, 10 May 2022 00:44:31 +0200 Subject: [PATCH] Update include/deal.II/lac/petsc_precondition.h Co-authored-by: Peter Munch --- include/deal.II/lac/petsc_precondition.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.5