Revert "Round network distance to deci-meter to retain previous behavior"
This reverts commit c0124f7d77.
This commit is contained in:
parent
ca52e86fc9
commit
44fe43eaed
@ -252,8 +252,6 @@ SubMatchingList mapMatching(SearchEngineData<Algorithm> &engine_working_data,
|
|||||||
target_phantom,
|
target_phantom,
|
||||||
weight_upper_bound);
|
weight_upper_bound);
|
||||||
|
|
||||||
network_distance = std::round(network_distance*10)/10;
|
|
||||||
|
|
||||||
// get distance diff between loc1/2 and locs/s_prime
|
// get distance diff between loc1/2 and locs/s_prime
|
||||||
const auto d_t = std::abs(network_distance - haversine_distance);
|
const auto d_t = std::abs(network_distance - haversine_distance);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user