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:
authorIlya Zverev <zverik@textual.ru>2017-06-28 18:33:42 +0300
committerYuri Gorshenin <mipt.vi002@gmail.com>2017-06-30 20:47:09 +0300
commit45eb41dde29f4238cba1e4edff0a2f09e15b51f0 (patch)
tree23ef9d817747013321742d5246ddcc7ab56eeb06 /indexer/tree_structure.hpp
parent877ace0d9479c9ce0933388f3c01e997bb0b6be8 (diff)
[indexer] Increase subtypes limit to 128beta-887beta-886beta-885
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;