Address some of the remaining issues of the code review

This commit is contained in:
Patrick Niklaus
2015-03-04 01:34:45 +01:00
parent de261d28ef
commit 98dba11c5e
4 changed files with 15 additions and 21 deletions
+1 -1
View File
@@ -272,7 +272,7 @@ class MapMatching final : public BasicRoutingInterface<DataFacadeT, MapMatching<
while (parent_timestamp_index >= sub_matching_begin &&
model.breakage[parent_timestamp_index])
{
parent_timestamp_index--;
--parent_timestamp_index;
}
// matchings that only consist of one candidate are invalid