]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix typo w_cycle 13738/head
authorFabian Castelli <fabian.castelli@kit.edu>
Sun, 15 May 2022 10:59:37 +0000 (12:59 +0200)
committerFabian Castelli <fabian.castelli@kit.edu>
Sun, 15 May 2022 10:59:37 +0000 (12:59 +0200)
include/deal.II/lac/trilinos_precondition.h

index 8fa361f179f16c54bf1d548011b43d222889f08c..18798a615ddb64acb6f387dc10f76a8ee98eea85 100644 (file)
@@ -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<std::vector<bool>> &constant_modes =
                        std::vector<std::vector<bool>>(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<std::vector<bool>> &constant_modes =
                        std::vector<std::vector<bool>>(0),

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.