projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b16f44a
)
numpy.pxd: fix typo PyArray_ISISCONTIGUOUS
author
Mark Lodato
<lodatom@gmail.com>
Fri, 16 Oct 2009 23:28:49 +0000
(19:28 -0400)
committer
Mark Lodato
<lodatom@gmail.com>
Fri, 16 Oct 2009 23:28:49 +0000
(19:28 -0400)
Cython/Includes/numpy.pxd
patch
|
blob
|
history
diff --git
a/Cython/Includes/numpy.pxd
b/Cython/Includes/numpy.pxd
index 4fa741022a1e510e10cf2d410900f0e47a7e53b2..98f73460f8b0d8b609c7c7a4cb100c9d7d579674 100644
(file)
--- a/
Cython/Includes/numpy.pxd
+++ b/
Cython/Includes/numpy.pxd
@@
-335,7
+335,7
@@
cdef extern from "numpy/arrayobject.h":
# Macros from ndarrayobject.h
#
bint PyArray_CHKFLAGS(ndarray m, int flags)
- bint PyArray_IS
IS
CONTIGUOUS(ndarray m)
+ bint PyArray_ISCONTIGUOUS(ndarray m)
bint PyArray_ISWRITEABLE(ndarray m)
bint PyArray_ISALIGNED(ndarray m)