From: Matthias Maier Date: Thu, 5 May 2022 17:51:37 +0000 (-0500) Subject: Remove debug assert X-Git-Tag: v9.4.0-rc1~136^2~4 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71e33e68c2cc1c1d0d61e5eaeac2004d222f758c;p=dealii.git Remove debug assert --- diff --git a/examples/step-81/step-81.cc b/examples/step-81/step-81.cc index 3cf3f6e892..6b9e964724 100644 --- a/examples/step-81/step-81.cc +++ b/examples/step-81/step-81.cc @@ -758,7 +758,7 @@ namespace Step81 } else { - Assert(!face->at_boundary(), ExcMessage("oops!")); + // We are on an interior face: const auto face_index = cell->face_iterator_to_index(face); const auto id1 = cell->material_id();