From da1d017033cc2eda6f6695f0c210cc994d7d6a76 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 30 Jan 2020 09:59:48 -0700 Subject: [PATCH] Leave a comment. --- include/deal.II/matrix_free/matrix_free.templates.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/deal.II/matrix_free/matrix_free.templates.h b/include/deal.II/matrix_free/matrix_free.templates.h index 04a41b45c9..674a27a9bc 100644 --- a/include/deal.II/matrix_free/matrix_free.templates.h +++ b/include/deal.II/matrix_free/matrix_free.templates.h @@ -1795,6 +1795,10 @@ MatrixFree::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 * -- 2.39.5