From 68a2f5275aa3b179280791b2168b403312dc3a9b Mon Sep 17 00:00:00 2001 From: erg Date: Tue, 15 Feb 2011 23:03:30 +0000 Subject: [PATCH] Fix bug 2139 --- lib/neatogen/sparsegraph.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/neatogen/sparsegraph.h b/lib/neatogen/sparsegraph.h index fbec183c8..231bd22f6 100644 --- a/lib/neatogen/sparsegraph.h +++ b/lib/neatogen/sparsegraph.h @@ -33,7 +33,7 @@ extern "C" { }; typedef int DistType; /* must be signed!! */ - +#if 0 inline double max(double x, double y) { if (x >= y) return x; @@ -59,6 +59,7 @@ extern "C" { else return y; } +#endif struct Point { double x; -- 2.40.0