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:
authorAnatoly Serdtcev <serdtcev@maps.me>2019-01-14 17:21:02 +0300
committerSergey Yershov <syershov@maps.me>2019-01-18 17:11:38 +0300
commitc5e9111019225a1095df6d2c4e4b2380be6aff19 (patch)
treefcba5da8e13e5c5091e2961080ad0f3f068f57a2 /indexer
parentdec6ddc26375dd2df98bca7bbdacaafc2149c73d (diff)
[indexer] Fix admix of South America search cells in ForClosestToPoint()
Diffstat (limited to 'indexer')
-rw-r--r--indexer/locality_index.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indexer/locality_index.hpp b/indexer/locality_index.hpp
index 3066a527cf..a8665d291f 100644
--- a/indexer/locality_index.hpp
+++ b/indexer/locality_index.hpp
@@ -86,7 +86,6 @@ public:
{
bestCells.insert(bestCell.ToInt64(cellDepth));
bestCell = bestCell.Parent();
- --cellDepth;
}
for (auto const & i : intervals)