fix test to inlcude renamed headers
This commit is contained in:
		
							parent
							
								
									4fbefaef9a
								
							
						
					
					
						commit
						bc6466cc36
					
				| @ -1,7 +1,7 @@ | ||||
| #include "../../DataStructures/StaticRTree.h" | ||||
| #include "../../DataStructures/QueryNode.h" | ||||
| #include "../../DataStructures/EdgeBasedNode.h" | ||||
| #include "../../Util/NumericUtil.h" | ||||
| #include "../../Util/floating_point.hpp" | ||||
| #include "../../typedefs.h" | ||||
| 
 | ||||
| #include <osrm/Coordinate.h> | ||||
| @ -97,7 +97,7 @@ class LinearSearchNN | ||||
|                     coords->at(e.u), coords->at(e.v), input_coordinate, nearest, current_ratio); | ||||
| 
 | ||||
|             if ((current_perpendicular_distance < min_dist) && | ||||
|                 !EpsilonCompare(current_perpendicular_distance, min_dist)) | ||||
|                 !osrm::epsilon_compare(current_perpendicular_distance, min_dist)) | ||||
|             { // found a new minimum
 | ||||
|                 min_dist = current_perpendicular_distance; | ||||
|                 result_phantom_node = {e.forward_edge_based_node_id, | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user