Fix formating

This commit is contained in:
Patrick Niklaus 2018-07-24 12:39:25 +00:00 committed by Patrick Niklaus
parent 0f78f7b2cc
commit 5bd7d04fe3

View File

@ -252,7 +252,7 @@ SubMatchingList mapMatching(SearchEngineData<Algorithm> &engine_working_data,
target_phantom,
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
const auto d_t = std::abs(network_distance - haversine_distance);