From: Martin Kronbichler Date: Mon, 12 Oct 2020 07:55:29 +0000 (+0200) Subject: Fix check in assertion X-Git-Tag: v9.3.0-rc1~1014^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11036%2Fhead;p=dealii.git Fix check in assertion --- diff --git a/include/deal.II/matrix_free/evaluation_kernels.h b/include/deal.II/matrix_free/evaluation_kernels.h index 5b80b6d82f..d910ff40ca 100644 --- a/include/deal.II/matrix_free/evaluation_kernels.h +++ b/include/deal.II/matrix_free/evaluation_kernels.h @@ -2549,7 +2549,7 @@ namespace internal MatrixFreeFunctions::DoFInfo::IndexStorageVariants:: contiguous))))) { - AssertDimension(face_orientations.size(), 1); + AssertDimension(n_face_orientations, 1); adjust_for_face_orientation(dim, n_components, face_orientations[0],