Skip to content
Snippets Groups Projects
Commit 0622af07 authored by Matt Wala's avatar Matt Wala
Browse files

Fix force_split_box reallocation condition.

parent 8670d0a2
No related branches found
No related tags found
No related merge requests found
......@@ -750,7 +750,8 @@ class TreeBuilder(object):
box_morton_bin_counts)
resize_events.append(evt)
if force_split_box:
# force_split_box is unused unless level restriction is enabled.
if knl_info.level_restrict:
force_split_box, evt = my_realloc_zeros(force_split_box)
resize_events.append(evt)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment