Comment 15 for bug 1263242

Revision history for this message
su_v (suv-lp) wrote :

<off-topic>
JFYI: as far as I can tell this change (a test related to the remaining issue in bug #1231990) caused the failure described in comments 9-10:

=== modified file 'src/2geom/coord.h'
--- src/2geom/coord.h 2011-08-27 12:36:15 +0000
+++ src/2geom/coord.h 2014-01-17 01:05:32 +0000
@@ -52,7 +52,7 @@
 typedef double Coord;
 typedef int IntCoord;

-const Coord EPSILON = 1e-5; //1e-18;
+const Coord EPSILON = 1e-9; //1e-18;

 inline Coord infinity() { return std::numeric_limits<Coord>::infinity(); }

</off-topic>