Debug: Assume PDF output for dot.
This commit is contained in:
parent
ef71a089a6
commit
33c8bf886e
|
|
@ -346,5 +346,5 @@ void V3Graph::dumpDotFile(const string& filename, bool colorAsSubgraph) {
|
|||
*logp << "}\n";
|
||||
logp->close();
|
||||
|
||||
cout << "dot -Tps -o ~/a.ps "<<filename<<endl;
|
||||
cout << "dot -Tpdf -o ~/a.pdf "<<filename<<endl;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue