From 5d6a11158ebb1b9f8531223f2c3d14e275f3ebf0 Mon Sep 17 00:00:00 2001 From: Fabian Castelli Date: Sun, 15 May 2022 12:59:37 +0200 Subject: [PATCH] Fix typo w_cycle --- include/deal.II/lac/trilinos_precondition.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/lac/trilinos_precondition.h b/include/deal.II/lac/trilinos_precondition.h index 8fa361f179..18798a615d 100644 --- a/include/deal.II/lac/trilinos_precondition.h +++ b/include/deal.II/lac/trilinos_precondition.h @@ -1370,7 +1370,7 @@ namespace TrilinosWrappers AdditionalData(const bool elliptic = true, const bool higher_order_elements = false, const unsigned int n_cycles = 1, - const bool w_cyle = false, + const bool w_cycle = false, const double aggregation_threshold = 1e-4, const std::vector> &constant_modes = std::vector>(0), @@ -1727,7 +1727,7 @@ namespace TrilinosWrappers */ AdditionalData(const bool elliptic = true, const unsigned int n_cycles = 1, - const bool w_cyle = false, + const bool w_cycle = false, const double aggregation_threshold = 1e-4, const std::vector> &constant_modes = std::vector>(0), -- 2.39.5