Searched refs:MAX_TREE_DEPTH (Results 1 – 1 of 1) sorted by relevance
62 public static final int MAX_TREE_DEPTH = 100; field in BIHTree292 if ((r - l) < maxTrisPerNode || depth > MAX_TREE_DEPTH) { in createNode()