]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Leave a comment. 9449/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 30 Jan 2020 16:59:48 +0000 (09:59 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 30 Jan 2020 16:59:48 +0000 (09:59 -0700)
include/deal.II/matrix_free/matrix_free.templates.h

index 04a41b45c94ab36e7d59a577e73776061a8c957d..674a27a9bc08a5949113668bbe705be7eb510b64 100644 (file)
@@ -1795,6 +1795,10 @@ MatrixFree<dim, Number, VectorizedArrayType>::initialize_indices(
                            const bool         ext,
                            const bool         flag) {
                     (void)v;
+                    // The following statement could be simplified
+                    // using AssertIndexRange, but that leads to an
+                    // internal compiler error with GCC 7.4. Do things
+                    // by hand instead.
                     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.