Label nodes with line number in the graph; This supresses a warning when packing graphs together with gvpack
This commit is contained in:
parent
debfb7a196
commit
1147ac9251
@ -46,7 +46,7 @@ int main(int argc, char *argv[]) {
|
||||
case '0':
|
||||
case '1':
|
||||
if(ch=='1')
|
||||
printf("%d->%d;", row,col);
|
||||
printf("G%dN%d->G%dN%d;", line,row,line,col);
|
||||
col++;
|
||||
break;
|
||||
case '}':
|
||||
|
Loading…
Reference in New Issue
Block a user