(output_graph): G_VIEW -> normal_view in case someone

wants to redefine G_VIEW.
This commit is contained in:
Paul Eggert
2005-01-28 22:06:55 +00:00
parent 2e72b98ed8
commit f8b30d02ec

View File

@@ -809,7 +809,7 @@ output_graph (graph *g, FILE *fout)
fprintf (fout, "\tcrossing_optimization:\t%s\n",
get_decision_str (g->crossing_optimization));
if (g->view != G_VIEW)
if (g->view != normal_view)
fprintf (fout, "\tview:\t%s\n", get_view_str (g->view));
if (g->edges != G_EDGES)