Fix comment

This commit is contained in:
Patrick Niklaus
2015-02-20 15:24:51 +01:00
parent 70703c39f3
commit c4f193b13e
+1 -1
View File
@@ -484,7 +484,7 @@ template <class DataFacadeT> 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