Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython_plus_experiments
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Julien Jerphanion
cython_plus_experiments
Commits
f68236da
Commit
f68236da
authored
May 25, 2021
by
Julien Jerphanion
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct comment
parent
383afa38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
kdtree/kdtree.pyx
kdtree/kdtree.pyx
+1
-1
No files found.
kdtree/kdtree.pyx
View file @
f68236da
...
@@ -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 Promis
e,
# a new argument is prepredend for
a predicat
e,
# 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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment