Revert "Round network distance to deci-meter to retain previous behavior"

This reverts commit c0124f7d77.
This commit is contained in:
Kajari Ghosh 2018-09-05 13:58:45 -04:00 committed by GitHub
parent ca52e86fc9
commit 44fe43eaed

View File

@ -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);