Increase max distance to 1100 to fix unrelated test cases

This commit is contained in:
Patrick Niklaus 2015-05-15 00:34:34 +02:00
parent c4c6ab2494
commit 1b0d8739c1

View File

@ -646,7 +646,7 @@ class StaticRTree
const FixedPointCoordinate &input_coordinate,
std::vector<PhantomNode> &result_phantom_node_vector,
const unsigned max_number_of_phantom_nodes,
const float max_distance = 1000)
const float max_distance = 1100)
{
unsigned inspected_elements = 0;
unsigned number_of_elements_from_big_cc = 0;