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":
float imag
ctypedef struct npy_cdouble:
double real
double imag
float real
float imag
ctypedef struct npy_clongdouble:
long double real
long double imag
float real
float imag
# Typedefs that matches the runtime dtype objects in
# 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