cgal/Spatial_searching/test/Spatial_searching
Mael Rouxel-Labbé 0cface5c3c Fix Circular_querry.cpp
The Fuzzy_sphere bug (c0cbdab) was previously undetected by
the testsuite because Circular_querry.cpp used circles
with radius that cannot exactly be represented (0.2) in
binary and a point could never exactly be on the circle
(the squared distance would be 0.04 + epsilon and the assertions
did not fail). This attempts to fix it by using decimals
that can exactly be represented.

The testsuite now compiles and runs succesfully locally.
2014-07-15 18:24:51 +02:00
..
Building_kd_tree_with_ddim_points.cpp fix a documentation bug and add static assertions 2014-02-21 15:36:40 +01:00
Building_kd_tree_with_own_pointtype.cpp fix a documentation bug and add static assertions 2014-02-21 15:36:40 +01:00
Circular_query.cpp Fix Circular_querry.cpp 2014-07-15 18:24:51 +02:00
Compare_methods.cpp replace CGAL_[kernel/qpe/triangulation/]_assertion by assert in tests 2013-03-21 10:50:55 +01:00
Distance.h Cancel revision 64607. There had been a problem with the branch. 2011-07-06 11:11:58 +00:00
Iso_rectangle_2_query.cpp fix a documentation bug and add static assertions 2014-02-21 15:36:40 +01:00
K_neighbor_search_manhattan_distance_isobox_point.cpp fix a documentation bug and add static assertions 2014-02-21 15:36:40 +01:00
K_neighbor_search_with_circle.cpp fix a documentation bug and add static assertions 2014-02-21 15:36:40 +01:00
Orthogonal_incremental_neighbor_search.cpp fix a documentation bug and add static assertions 2014-02-21 15:36:40 +01:00
Orthogonal_k_neighbor_search.cpp fix a documentation bug and add static assertions 2014-02-21 15:36:40 +01:00
Point.h Cancel revision 64607. There had been a problem with the branch. 2011-07-06 11:11:58 +00:00
Point_with_info.h fix a documentation bug and add static assertions 2014-02-21 15:36:40 +01:00
Range_searching.cpp fix a documentation bug and add static assertions 2014-02-21 15:36:40 +01:00
Splitters.cpp fix a documentation bug and add static assertions 2014-02-21 15:36:40 +01:00
iso_rectangle_2_query_2.cpp removed warning (comparison signed/unsigned) 2014-04-03 11:27:47 +02:00