From: Fabian Castelli Date: Sun, 15 May 2022 10:59:37 +0000 (+0200) Subject: Fix typo w_cycle X-Git-Tag: v9.4.0-rc1~215^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d6a11158ebb1b9f8531223f2c3d14e275f3ebf0;p=dealii.git Fix typo w_cycle --- 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),