]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix unfixed assertion.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 19 May 2008 23:11:38 +0000 (23:11 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 19 May 2008 23:11:38 +0000 (23:11 +0000)
git-svn-id: https://svn.dealii.org/trunk@16128 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-33/step-33.cc

index 6336501c78806c2dec9cc1780ca4ab8d63c12f28..2c29da8535b2c1db10f94fce511da94bfd70395a 100644 (file)
@@ -1764,7 +1764,7 @@ void ConservationLaw<dim>::assemble_system ()
                         neighbor_child
                         = cell->neighbor_child_on_subface (face_no, subface_no);
 
-                     Assert (neighbor_child->face(neighbor2) == face->child(subface_no),
+                     Assert (neighbor_child->face(neighbor2) == cell->face(face_no)->child(subface_no),
                              ExcInternalError());
                      Assert (!neighbor_child->has_children(), ExcInternalError());
 

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.