]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Avoid a warning about an unused variable.
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 30 Jan 2020 16:58:00 +0000 (09:58 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 30 Jan 2020 16:58:00 +0000 (09:58 -0700)
include/deal.II/matrix_free/matrix_free.templates.h

index 3d744688b9cb21a2735d3ef55d9151c9386a0ab0..04a41b45c94ab36e7d59a577e73776061a8c957d 100644 (file)
@@ -1794,6 +1794,7 @@ MatrixFree<dim, Number, VectorizedArrayType>::initialize_indices(
                            const unsigned int v,
                            const bool         ext,
                            const bool         flag) {
+                    (void)v;
                     Assert(
                       face_info.faces[f].cells_interior[v] <
                         n_macro_cells_before *

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.