]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix check in assertion 11036/head
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Mon, 12 Oct 2020 07:55:29 +0000 (09:55 +0200)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Mon, 12 Oct 2020 08:01:13 +0000 (10:01 +0200)
include/deal.II/matrix_free/evaluation_kernels.h

index 5b80b6d82f1ceeb617a05554283c7a7078cb1afe..d910ff40ca8cd7d1d904669685e41add7e6f063f 100644 (file)
@@ -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],

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.