]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Avoid warning of unused variable in release mode 10612/head
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Fri, 26 Jun 2020 19:08:00 +0000 (21:08 +0200)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Fri, 26 Jun 2020 19:08:00 +0000 (21:08 +0200)
include/deal.II/matrix_free/fe_evaluation.h

index af35947630e743060fd603f836e14a13dd18fa5d..8d0f6761b40fda1585cabd87379768301f4816b6 100644 (file)
@@ -3830,6 +3830,7 @@ namespace internal
     VectorizedArrayType2 &                              out,
     const FU &                                          fu)
   {
+    (void)matrix_info;
     Assert(matrix_info != nullptr, ExcNotImplemented());
     AssertDimension(array.size(),
                     matrix_info->get_task_info().cell_partition_data.back());

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.