From: erg Date: Thu, 17 Feb 2005 23:21:25 +0000 (+0000) Subject: Enhanced and cleaned debug printing; X-Git-Tag: LAST_LIBGRAPH~32^2~7918 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a0e4656e45576477e16a6568d3f5adf3c9263ba7;p=graphviz Enhanced and cleaned debug printing; fixed bug where graph attributes were not being copied to the derived graph; removed unused global parameter fields; extend "overlap" parameter to support a 2-phase overlap removal process (gets rid of -Lt flag). --- diff --git a/lib/fdpgen/xlayout.h b/lib/fdpgen/xlayout.h index c0f7bec8e..c2158e682 100644 --- a/lib/fdpgen/xlayout.h +++ b/lib/fdpgen/xlayout.h @@ -29,7 +29,6 @@ extern "C" { double K; double C; int loopcnt; - int tries; } xparams; extern void fdp_xLayout(graph_t *, xparams *);