]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix another warning about an unused variable 14249/head
authorMartin Kronbichler <martin.kronbichler@uni-a.de>
Thu, 8 Sep 2022 07:18:08 +0000 (09:18 +0200)
committerMartin Kronbichler <martin.kronbichler@uni-a.de>
Thu, 8 Sep 2022 07:18:08 +0000 (09:18 +0200)
include/deal.II/lac/precondition.h

index 7f060aca6fe4bde4893a6a64ef4ae03944da4b23..d5d143a68b6258818091991e07df34255ca57aab 100644 (file)
@@ -1198,6 +1198,7 @@ namespace internal
                     const unsigned int i,
                     const bool         transposed)
     {
+      (void)transposed;
       using Number = typename VectorType::value_type;
 
       if (i == 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.