Fix naming convention in HiddenMarkovModell

This commit is contained in:
Patrick Niklaus
2016-04-29 00:20:32 +02:00
parent 1ab6c07bad
commit e504128587
2 changed files with 3 additions and 3 deletions
@@ -206,7 +206,7 @@ class MapMatching final : public BasicRoutingInterface<DataFacadeT, MapMatching<
split_points.push_back(split_index);
// note: this preserves everything before split_index
model.clear(split_index);
model.Clear(split_index);
std::size_t new_start = model.initialize(split_index);
// no new start was found -> stop viterbi calculation
if (new_start == map_matching::INVALID_STATE)