]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix assertion.
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 21 Sep 2004 07:41:35 +0000 (07:41 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 21 Sep 2004 07:41:35 +0000 (07:41 +0000)
git-svn-id: https://svn.dealii.org/trunk@9652 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/mapping_q.cc

index 112196bd3c8e73f51e97f77bd6823e576c6fa6fe..a6865a69004077b3537bb2a0b4d7b77c9575a6b3 100644 (file)
@@ -1066,7 +1066,7 @@ add_quad_support_points(const Triangulation<3>::cell_iterator &cell,
            if (face->line(i)->at_boundary())
              ++lines_at_boundary;
          
-         Assert(lines_at_boundary<lines_per_face, ExcInternalError());
+         Assert(lines_at_boundary<=lines_per_face, ExcInternalError());
 
                                           // if at least one of the
                                           // lines bounding this quad

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.