Commit 5ba30c45 authored by Robert Bradshaw's avatar Robert Bradshaw

Missing numpy declaration.

parent 14a5d28b
......@@ -102,12 +102,15 @@ cdef extern from "numpy/arrayobject.h":
NPY_COMPLEX_SCALAR,
NPY_OBJECT_SCALAR
ctypedef enum NPY_SORTKIND:
NPY_QUICKSORT
NPY_HEAPSORT
NPY_MERGESORT
ctypedef enum NPY_SEARCHSIDE:
NPY_SEARCHLEFT
NPY_SEARCHRIGHT
enum:
NPY_C_CONTIGUOUS
NPY_F_CONTIGUOUS
......
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