]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove unused parameter warning 4711/head
authorRene Gassmoeller <rene.gassmoeller@mailbox.org>
Mon, 7 Aug 2017 18:23:43 +0000 (12:23 -0600)
committerRene Gassmoeller <rene.gassmoeller@mailbox.org>
Mon, 7 Aug 2017 18:23:43 +0000 (12:23 -0600)
include/deal.II/lac/full_matrix.templates.h

index d077fdcb76970915027d92236913b094e214158d..2dd9ded9ae1d4e18dcd42db1f50b66cfea82d9b2 100644 (file)
@@ -1199,7 +1199,7 @@ namespace internal
         return lp_A.determinant();
       }
 #else
-      static number value (const FullMatrix<number> &A)
+      static number value (const FullMatrix<number> &)
       {
         AssertThrow(false, ExcNeedsLAPACK());
         return 0.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.