From 44056eda0be96048129b814b84c4147e30f6863a Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Mon, 29 Jul 2024 21:21:28 +0200 Subject: [PATCH] POC of one-to-many bidirectional routing in map-matching --- src/engine/routing_algorithms/map_matching.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/routing_algorithms/map_matching.cpp b/src/engine/routing_algorithms/map_matching.cpp index d13403efc..481cf5309 100644 --- a/src/engine/routing_algorithms/map_matching.cpp +++ b/src/engine/routing_algorithms/map_matching.cpp @@ -337,7 +337,7 @@ SubMatchingList mapMatching(SearchEngineData &engine_working_data, // TIMER_START(NEW_DIST); -#define MODE 2 +#define MODE 1 #if MODE == 0 auto new_distances =