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

Don't add box_has_children as an attribute to the tree.

parent 3d66aebd
No related branches found
No related tags found
No related merge requests found
......@@ -947,6 +947,8 @@ class TreeBuilder(object):
# }}}
del box_has_children
# {{{ build output
extra_tree_attrs = {}
......@@ -965,7 +967,6 @@ class TreeBuilder(object):
sources_are_targets=sources_are_targets,
sources_have_extent=sources_have_extent,
targets_have_extent=targets_have_extent,
box_has_children=box_has_children,
particle_id_dtype=knl_info.particle_id_dtype,
box_id_dtype=knl_info.box_id_dtype,
......
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