From daca9236144bdbd50ca895b4b7d3a3c16f5f8509 Mon Sep 17 00:00:00 2001 From: joncruz Date: Tue, 9 Sep 2008 08:08:34 +0000 Subject: [PATCH] Temporarily specifying a return value to avoid strange bugs --- src/2geom/convex-cover.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/2geom/convex-cover.cpp b/src/2geom/convex-cover.cpp index 5b6d36c49..1c2eb8757 100644 --- a/src/2geom/convex-cover.cpp +++ b/src/2geom/convex-cover.cpp @@ -267,6 +267,7 @@ proposed algorithm: We must be very careful about rounding here. bool ConvexHull::no_colinear_points() const { // XXX: implement me! + return true; // TODO return proper value } bool -- 2.30.2