Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLev Dragunov <l.dragunov@corp.mail.ru>2015-12-04 15:21:23 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:02:10 +0300
commit3d0e4b76dfaa8f0412c401e0931424281e917324 (patch)
treebe760c9ec000a5c7f102f7346607bd0d09d7ae37 /indexer/scale_index_builder.hpp
parent1c69f0b270619cbebefea38d9418c3560676d70d (diff)
Features priority determenation.
Diffstat (limited to 'indexer/scale_index_builder.hpp')
-rw-r--r--indexer/scale_index_builder.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexer/scale_index_builder.hpp b/indexer/scale_index_builder.hpp
index 1dbfb758df..31715970fa 100644
--- a/indexer/scale_index_builder.hpp
+++ b/indexer/scale_index_builder.hpp
@@ -159,6 +159,7 @@ void IndexScales(feature::DataHeader const & header, TFeaturesVector const & fea
vector<uint32_t> featuresInBucket(bucketsCount);
vector<uint32_t> cellsInBucket(bucketsCount);
features.ForEach(FeatureCoverer<TDisplacementManager>(header, manager, featuresInBucket, cellsInBucket));
+ manager.Displace();
sorter.SortAndFinish();
for (uint32_t bucket = 0; bucket < bucketsCount; ++bucket)