Skip to content

Commit

Permalink
fix for hdf5 output
Browse files Browse the repository at this point in the history
  • Loading branch information
cgcgcg committed Oct 24, 2023
1 parent 4fb42aa commit dc01b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nl/PyNucleus_nl/clusterMethodCy.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1561,7 +1561,7 @@ cdef class tree_node:
tree_node n
indexSetIterator it = arrayIndexSetIterator()
INDEX_t dim = self.box.shape[0], i, j
numNodes = self.nodes
numNodes = self.get_max_id()+1
indptrChildren = uninitialized((numNodes+1), dtype=INDEX)
boxes = uninitialized((numNodes, dim, 2), dtype=REAL)
for n in self.get_tree_nodes():
Expand Down

0 comments on commit dc01b6c

Please sign in to comment.