- Fixed problem with dot and xml output for debug version.

This commit is contained in:
ccremers 2007-01-09 16:07:29 +00:00
parent 35bd183a20
commit c5125fec9e

View File

@ -1673,11 +1673,12 @@ dotSemiState (const System mysys)
maxrank = graph_ranks (ranks, nodes); // determine ranks maxrank = graph_ranks (ranks, nodes); // determine ranks
#ifdef DEBUG #ifdef DEBUG
// For debugging purposes, we also display an ASCII version of some stuff in the comments if (DEBUGL(1))
printSemiState ();
// Even draw all dependencies for non-intruder runs
// Real nice debugging :(
{ {
// For debugging purposes, we also display an ASCII version of some stuff in the comments
printSemiState ();
// Even draw all dependencies for non-intruder runs
// Real nice debugging :(
int run; int run;
run = 0; run = 0;