]> https://gitweb.dealii.org/ - dealii.git/commitdiff
remove a compiler warning 4576/head
authorTimo Heister <timo.heister@gmail.com>
Thu, 6 Jul 2017 08:37:14 +0000 (10:37 +0200)
committerTimo Heister <timo.heister@gmail.com>
Thu, 6 Jul 2017 08:37:14 +0000 (10:37 +0200)
include/deal.II/lac/full_matrix.templates.h

index 3582c7276100b43c8930ad1257cc8c9d1a46d272..d077fdcb76970915027d92236913b094e214158d 100644 (file)
@@ -1174,7 +1174,7 @@ namespace internal
     template<typename number, typename = void>
     struct Determinant
     {
-      static number value (const FullMatrix<number> &A)
+      static number value (const FullMatrix<number> &)
       {
         AssertThrow(false, ExcNotImplemented());
         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.