Commit f68236da authored by Julien Jerphanion's avatar Julien Jerphanion

Correct comment

parent 383afa38
...@@ -168,7 +168,7 @@ cdef cypclass KDTree: ...@@ -168,7 +168,7 @@ cdef cypclass KDTree:
# When object are activated (set as Actors), methods # When object are activated (set as Actors), methods
# are reified. When using those reified methods # are reified. When using those reified methods
# a new argument is prepredend for the Promise, # a new argument is prepredend for a predicate,
# which we aren't using using here, hence the extra NULL. # which we aren't using using here, hence the extra NULL.
self.root.build_node(NULL, self.root.build_node(NULL,
self.data_ptr, self.data_ptr,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment