- Moved the attack path display logic to output.c completely.

- Adjusting output slightly.
This commit is contained in:
ccremers
2004-07-13 12:19:03 +00:00
parent 6fa0f3904d
commit 72be9a6441
3 changed files with 9 additions and 3 deletions

View File

@@ -1043,8 +1043,7 @@ violateClaim (const System sys, int length, int claimev, Termlist reqt)
/* mark the path in the state graph? */
if (sys->switchStatespace)
{
graphNodePath (sys,length,"shape=parallelogram,color=red");
graphEdgePath (sys,length-1,"color=red");
graphPath (sys, length);
}
/* Copy the current trace to the buffer, if the new one is shorter than the previous one. */