Commit 78ce65af authored by Dag Sverre Seljebotn's avatar Dag Sverre Seljebotn

#115 appears to be fixed too

parent d565ea40
...@@ -214,12 +214,12 @@ cdef extern from "numpy/arrayobject.h": ...@@ -214,12 +214,12 @@ cdef extern from "numpy/arrayobject.h":
float imag float imag
ctypedef struct npy_cdouble: ctypedef struct npy_cdouble:
double real float real
double imag float imag
ctypedef struct npy_clongdouble: ctypedef struct npy_clongdouble:
long double real float real
long double imag float imag
# Typedefs that matches the runtime dtype objects in # Typedefs that matches the runtime dtype objects in
# the numpy module. # the numpy module.
......
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