- Added lots of debugging info.

This commit is contained in:
ccremers
2004-10-28 15:23:16 +00:00
parent 3673fc689d
commit 0ec70b9de0
2 changed files with 79 additions and 12 deletions

View File

@@ -511,7 +511,10 @@ int
labels_ordered (Termmap runs, Termlist labels)
{
goal_graph_create ();
warshall (graph, nodes);
if (warshall (graph, nodes) == 0)
{
error ("Testing ordering of label set for a graph with a cycle.");
}
while (labels != NULL)
{