From: ellson Date: Fri, 28 Apr 2006 20:33:44 +0000 (+0000) Subject: Hook up IPSEPCOLA into GNU build process. X-Git-Tag: LAST_LIBGRAPH~32^2~6656 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb3ae0c5b20a79c94bbb8845a93640cd0c480f53;p=graphviz Hook up IPSEPCOLA into GNU build process. To enable use "./configure --with-ipsepcola" Changes include minor C++ source changes to work with latest gcc csolve_VPSC.cpp - add "#include " constraint.h - remove classname prefix in declaration of slack() variable.h - remove classname prefix in declaration of position() --- diff --git a/lib/neatogen/compute_hierarchy.c b/lib/neatogen/compute_hierarchy.c index 56ac70add..1e8d5a018 100644 --- a/lib/neatogen/compute_hierarchy.c +++ b/lib/neatogen/compute_hierarchy.c @@ -1,3 +1,6 @@ +/* $Id$ $Revision$ */ +/* vim:set shiftwidth=4 ts=8: */ + /********************************************************** * This software is part of the graphviz package * * http://www.graphviz.org/ *