]> https://gitweb.dealii.org/ - dealii.git/commitdiff
TpetraWrappers::SparseMatrix: Fix unused paramter in SparseMatrix::compress 16702/head
authorDaniel Arndt <arndtd@ornl.gov>
Wed, 28 Feb 2024 19:11:57 +0000 (14:11 -0500)
committerDaniel Arndt <arndtd@ornl.gov>
Wed, 28 Feb 2024 19:11:57 +0000 (14:11 -0500)
include/deal.II/lac/trilinos_tpetra_sparse_matrix.templates.h

index 4a49d36982c5d3808add7c1433e4a2b0cd5ceed6..a421e8723e65d42276249db2831a2da98687ac1b 100644 (file)
@@ -1378,8 +1378,7 @@ namespace LinearAlgebra
 
     template <typename Number, typename MemorySpace>
     void
-    SparseMatrix<Number, MemorySpace>::compress(
-      [[maybe_unused]] VectorOperation::values operation)
+    SparseMatrix<Number, MemorySpace>::compress(VectorOperation::values)
     {
       if (!compressed)
         {

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.