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~6654 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a2f5d04308ac80d66deda208d4e8e94a734ec0b;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/mosek_quad_solve.c b/lib/neatogen/mosek_quad_solve.c index 60cd6c80e..84bc51ed9 100644 --- a/lib/neatogen/mosek_quad_solve.c +++ b/lib/neatogen/mosek_quad_solve.c @@ -1,3 +1,4 @@ +/* $Id$ $Revision$ */ /* vim:set shiftwidth=4 ts=8: */ /** diff --git a/lib/neatogen/mosek_quad_solve.h b/lib/neatogen/mosek_quad_solve.h index 920a1f677..37a35b2e3 100644 --- a/lib/neatogen/mosek_quad_solve.h +++ b/lib/neatogen/mosek_quad_solve.h @@ -1,3 +1,4 @@ +/* $Id$ $Revision$ */ /* vim:set shiftwidth=4 ts=8: */ /** diff --git a/lib/neatogen/opt_arrangement.c b/lib/neatogen/opt_arrangement.c index 79349c920..b1a115cf7 100644 --- a/lib/neatogen/opt_arrangement.c +++ b/lib/neatogen/opt_arrangement.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/ *