]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove debug assert
authorMatthias Maier <tamiko@43-1.org>
Thu, 5 May 2022 17:51:37 +0000 (12:51 -0500)
committerMatthias Maier <tamiko@43-1.org>
Thu, 26 May 2022 05:16:02 +0000 (00:16 -0500)
examples/step-81/step-81.cc

index 3cf3f6e892b3fcd0655228a0f8cb19d36d4b5d70..6b9e9647246c87e7b9bb8de31d25e21858e6c040 100644 (file)
@@ -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();

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.