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~6655 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5e26fb8cdf2e0c1dde8885f45763ce77f3df249;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/constrained_majorization.c b/lib/neatogen/constrained_majorization.c index f3403b558..ce7d2a1a0 100644 --- a/lib/neatogen/constrained_majorization.c +++ b/lib/neatogen/constrained_majorization.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/ * diff --git a/lib/neatogen/constrained_majorization_ipsep.c b/lib/neatogen/constrained_majorization_ipsep.c index dabe1703e..9c200aaf8 100644 --- a/lib/neatogen/constrained_majorization_ipsep.c +++ b/lib/neatogen/constrained_majorization_ipsep.c @@ -1,3 +1,4 @@ +/* $Id$ $Revision$ */ /* vim:set shiftwidth=4 ts=8: */ /** diff --git a/lib/neatogen/digcola.h b/lib/neatogen/digcola.h index ba11b8c5f..66786a4bc 100644 --- a/lib/neatogen/digcola.h +++ b/lib/neatogen/digcola.h @@ -1,3 +1,6 @@ +/* $Id$ $Revision$ */ +/* vim:set shiftwidth=4 ts=8: */ + /********************************************************** * This software is part of the graphviz package * * http://www.graphviz.org/ *