- Fixed problem with dot and xml output for debug version.
This commit is contained in:
parent
35bd183a20
commit
c5125fec9e
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user