From: Wolfgang Bangerth Date: Thu, 8 Mar 2007 22:03:16 +0000 (+0000) Subject: Generate the graph of constraints as an aid to debugging. X-Git-Tag: v8.0.0~10446 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50457fc7349aa1adb28a243bbb10b35616934fa3;p=dealii.git Generate the graph of constraints as an aid to debugging. git-svn-id: https://svn.dealii.org/trunk@14560 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/fail/hp-crash_17.cc b/tests/fail/hp-crash_17.cc index 6c7dccbcf9..2601089749 100644 --- a/tests/fail/hp-crash_17.cc +++ b/tests/fail/hp-crash_17.cc @@ -157,7 +157,7 @@ void LaplaceProblem::setup_system () hang.start(); DoFTools::make_hanging_node_constraints (dof_handler, hanging_node_constraints); - + hanging_node_constraints.write_dot (deallog.get_file_stream()); hanging_node_constraints.close (); hang.stop();