From: Zhang L. <zha...@gm...> - 2006-07-06 10:31:20
|
Hi, I found a bug in svn/numpy/numpy/doc/swig/numpy.i: a ')' is missed at line 72 which causes a compilation error: if (is_array(input) && (typecode == PyArray_NOTYPE || PyArray_EquivTypenums(array_type(input), typecode))) { ^ missing ary = (PyArrayObject*) input; Cheers, Zhang Le |