From c4f193b13ee451c572cfb6e6ace3000b6d4123c9 Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Fri, 20 Feb 2015 15:24:51 +0100 Subject: [PATCH] Fix comment --- routing_algorithms/map_matching.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing_algorithms/map_matching.hpp b/routing_algorithms/map_matching.hpp index 03ec5d097..2f1e618c1 100644 --- a/routing_algorithms/map_matching.hpp +++ b/routing_algorithms/map_matching.hpp @@ -484,7 +484,7 @@ template class MapMatching final if (trace_split) { split_points.push_back(breakage_begin); - // note this preserves everything before t + // note: this preserves everything before breakage_begin model.clear(breakage_begin); unsigned new_start = model.initialize(breakage_begin); // no new start was found -> stop viterbi calculation