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:
Diffstat (limited to 'indexer/tree_structure.hpp')
-rw-r--r--indexer/tree_structure.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/tree_structure.hpp b/indexer/tree_structure.hpp
index 525e1d9eb2..3db8b4c710 100644
--- a/indexer/tree_structure.hpp
+++ b/indexer/tree_structure.hpp
@@ -43,7 +43,7 @@ namespace tree
}
}
- ASSERT ( i <= 64, ("too many features at level = ", name) );
+ ASSERT ( i <= 128, ("too many features at level = ", name) );
}
return true;