From fffb14c92df4ff0efb9271708984c75ca12b30d6 Mon Sep 17 00:00:00 2001 From: JF Barraud Date: Mon, 9 Mar 2009 01:47:39 +0000 Subject: 2geom update (bzr r7453) --- src/2geom/poly.cpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/2geom/poly.cpp') diff --git a/src/2geom/poly.cpp b/src/2geom/poly.cpp index d8b379557..30ec1cdb7 100644 --- a/src/2geom/poly.cpp +++ b/src/2geom/poly.cpp @@ -1,9 +1,8 @@ #include <2geom/poly.h> -#define HAVE_GSL -#ifdef HAVE_GSL +//#ifdef HAVE_GSL #include -#endif +//#endif namespace Geom { @@ -39,7 +38,7 @@ void Poly::monicify() { } -#ifdef HAVE_GSL +//#ifdef HAVE_GSL std::vector > solve(Poly const & pp) { Poly p(pp); p.normalize(); @@ -76,7 +75,7 @@ std::vector solve_reals(Poly const & p) { } return real_roots; } -#endif +//#endif double polish_root(Poly const & p, double guess, double tol) { Poly dp = derivative(p); -- cgit v1.2.3