Debug: Assume PDF output for dot.

This commit is contained in:
Wilson Snyder 2012-05-05 14:50:11 -04:00
parent ef71a089a6
commit 33c8bf886e

View File

@ -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;
}