]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Avoid warning about unused variable 14218/head
authorMartin Kronbichler <martin.kronbichler@uni-a.de>
Thu, 25 Aug 2022 07:24:41 +0000 (09:24 +0200)
committerMartin Kronbichler <martin.kronbichler@uni-a.de>
Thu, 25 Aug 2022 07:24:41 +0000 (09:24 +0200)
include/deal.II/lac/precondition.h

index c75ede1e546a18bdbd1e89d5d9be7a76fdc5984c..40eedba0e09eeeae2f663f4ec4b4862e2debc0cc 100644 (file)
@@ -1163,6 +1163,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.