]> https://gitweb.dealii.org/ - dealii.git/commitdiff
More unused parameters without METIS 5812/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Sat, 27 Jan 2018 01:09:32 +0000 (02:09 +0100)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Sat, 27 Jan 2018 01:10:20 +0000 (02:10 +0100)
source/lac/sparsity_tools.cc

index f8dc0bd58d4faa1a1becf0a3547da4e64919cea1..312357ff853964a4319ee1940908e5a6dcb6475d 100644 (file)
@@ -63,7 +63,9 @@ namespace SparsityTools
       // Make sure that METIS is actually
       // installed and detected
 #ifndef DEAL_II_WITH_METIS
-      (void)sparsity_pattern;
+      (void) sparsity_pattern;
+      (void) n_partitions;
+      (void) partition_indices;
       AssertThrow (false, ExcMETISNotInstalled());
 #else
 

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.