cgal/AABB_tree
Laurent Rineau 3e93d0bfc6 Fix test of AABB_tree (use of an epsilon)
The test 'aabb_naive_vs_tree_distance_triangle_test' failed
something. It was due to a test using an epsilon, with a too-low epsilon
value (1e-8). I managed to reproduce the bug, and the quantity compared
to the epsilon value was about 1.8e-8. I increase the epsilon value to
1e-7, and add a few lines that show the compared values, when the test
fails.

Trivial bug-fix.
2013-12-31 15:15:24 +01:00
..
demo/AABB_tree remove compatibility with original polyhedron primitives 2013-07-29 17:17:56 +02:00
doc/AABB_tree fix the way the specialization of graph_traits are documentated 2013-12-03 12:03:00 +01:00
examples/AABB_tree fix the graph primitive when they don't have shared data 2013-07-29 18:47:17 +02:00
include/CGAL fix the way the specialization of graph_traits are documentated 2013-12-03 12:03:00 +01:00
package_info/AABB_tree New license.txt files (eol changes) 2013-02-19 16:46:39 +01:00
test/AABB_tree Fix test of AABB_tree (use of an epsilon) 2013-12-31 15:15:24 +01:00
dont_submit Put doc/ in the global dont_submit file 2013-08-20 10:57:03 +02:00