Fix formating
This commit is contained in:
parent
0f78f7b2cc
commit
5bd7d04fe3
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user