From: bangerth Date: Mon, 14 Aug 2006 15:17:05 +0000 (+0000) Subject: Now that the crash is fixed, generate some output of interest. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=092b70dbd89ee7ab056105d65cb8fe3d3be91ca4;p=dealii-svn.git Now that the crash is fixed, generate some output of interest. git-svn-id: https://svn.dealii.org/trunk@13699 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/bits/face_orientation_crash.cc b/tests/bits/face_orientation_crash.cc index 27b2469bf6..6eeea8b0e9 100644 --- a/tests/bits/face_orientation_crash.cc +++ b/tests/bits/face_orientation_crash.cc @@ -48,6 +48,8 @@ check () // face_orientation==false at least once for (unsigned int i=0; i<7; ++i) { + deallog << "Check " << i << std::endl; + Triangulation tria; GridGenerator::hyper_ball(tria); @@ -69,6 +71,10 @@ check () ConstraintMatrix constraints; DoFTools::make_hanging_node_constraints (dof, constraints); + + for (unsigned int j=0; j