mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-08 10:23:17 +08:00
Fix: 'inline' not permitted on data declarations
This commit is contained in:
committed by
Stefan van der Walt
parent
1f237325a1
commit
15ebe7d8b5
@@ -1,6 +1,5 @@
|
||||
|
||||
cdef inline unsigned char point_in_polygon(int nr_verts, double *xp, double *yp,
|
||||
double x, double y)
|
||||
cdef unsigned char point_in_polygon(int nr_verts, double *xp, double *yp,
|
||||
double x, double y)
|
||||
|
||||
cdef void points_in_polygon(int nr_verts, double *xp, double *yp,
|
||||
int nr_points, double *x, double *y,
|
||||
|
||||
Reference in New Issue
Block a user