Make number of candidates a parameter

This commit is contained in:
Patrick Niklaus
2015-02-13 11:01:03 +01:00
parent b3fa03043d
commit 0c3102721c
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ template <class DataFacadeT> class MapMatchingPlugin : public BasePlugin
candidates,
last_distance/2.0,
5,
20))
Matching::max_number_of_candidates))
{
return false;
}