Revert "Fix formating"

This reverts commit 5bd7d04fe3.
This commit is contained in:
Kajari Ghosh 2018-09-05 13:58:45 -04:00 committed by GitHub
parent fbce0650ef
commit f98a92c3c7

View File

@ -252,7 +252,7 @@ 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; 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);