From ee47eed9c100b53ae8412e93c4f7dd6fea065288 Mon Sep 17 00:00:00 2001 From: Barend Gehrels Date: Fri, 4 Mar 2011 22:05:16 +0000 Subject: [PATCH] Relaxed tolerance of one test for boost trunk summary / different compilers [SVN r69571] --- test/algorithms/difference.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/algorithms/difference.cpp b/test/algorithms/difference.cpp index a961285c8..0f1226454 100644 --- a/test/algorithms/difference.cpp +++ b/test/algorithms/difference.cpp @@ -132,7 +132,7 @@ void test_all() test_one("intersect_holes_new_ring", intersect_holes_new_ring[0], intersect_holes_new_ring[1], 3, 0, 9.8961, - 4, 0, 121.8961); + 4, 0, 121.8961, 0.01); test_one("first_within_hole_of_second", first_within_hole_of_second[0], first_within_hole_of_second[1],