diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-10-27 16:03:16 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-10-27 16:03:16 +0000 |
commit | 4a8eb74e8e925929f3e5fd6933e50bccc91d8e23 (patch) | |
tree | b7fcab5a434e5797f086a78ef6727ad65a12a660 /numpy/core/src/arrayobject.c | |
parent | 9bc2e05fe3c5b886b906bbac37ff2d566669fd11 (diff) | |
download | numpy-4a8eb74e8e925929f3e5fd6933e50bccc91d8e23.tar.gz |
Fix PyArray_Scalar to handle user-defined types.
Diffstat (limited to 'numpy/core/src/arrayobject.c')
-rw-r--r-- | numpy/core/src/arrayobject.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/src/arrayobject.c b/numpy/core/src/arrayobject.c index 4230eeef0..cafba4e2c 100644 --- a/numpy/core/src/arrayobject.c +++ b/numpy/core/src/arrayobject.c @@ -1550,7 +1550,7 @@ PyArray_TypeNumFromName(char *str) /* returns typenum to associate with this type >=PyArray_USERDEF. needs the userdecrs table and PyArray_NUMUSER variables - defined in arratypes.inc + defined in arraytypes.inc */ /*MULTIARRAY_API Register Data type |