]> https://gitweb.dealii.org/ - dealii.git/commitdiff
TpetraWrappers: fix unused variable warning 16498/head
authorMatthias Maier <tamiko@43-1.org>
Thu, 18 Jan 2024 22:55:57 +0000 (16:55 -0600)
committerMatthias Maier <tamiko@43-1.org>
Thu, 18 Jan 2024 22:56:59 +0000 (16:56 -0600)
source/lac/trilinos_tpetra_sparsity_pattern.cc

index 0b769f09815f9e921cb411dcb8d3df6cf91518f3..fcde146be68d90462c50d8c9ac51e39b1e708d6b 100644 (file)
@@ -831,6 +831,8 @@ namespace LinearAlgebra
 
       return static_cast<size_t>(local_col_index) != col_indices.size();
 #  else
+      (void)i;
+      (void)j;
       Assert(false, ExcNotImplemented());
       return false;
 #  endif

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.