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:
authorvng <viktor.govako@gmail.com>2011-01-15 04:42:47 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:09:57 +0300
commit1603d4e0135383e3d5b0bdf557fe5ac68892b650 (patch)
tree55ccc20427010c5250c1f320730561ebef41b27b /indexer/feature_impl.hpp
parent2a69582cc78691d1acf872764258a39cc9136009 (diff)
Tune simplify scales array.
Diffstat (limited to 'indexer/feature_impl.hpp')
-rw-r--r--indexer/feature_impl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/feature_impl.hpp b/indexer/feature_impl.hpp
index 9db296639b..bcac9155a1 100644
--- a/indexer/feature_impl.hpp
+++ b/indexer/feature_impl.hpp
@@ -149,7 +149,7 @@ namespace feature
}
- static int g_arrScales[] = { 5, 10, 14, 17 }; // 17 = scales::GetUpperScale()
+ static int g_arrScales[] = { 7, 10, 14, 17 }; // 17 = scales::GetUpperScale()
inline string GetTagForIndex(char const * prefix, int ind)
{