From db819d97b7cb4ff27347fd2fd84e826833b58860 Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Thu, 1 Jun 2006 00:40:05 +0000 Subject: Work-around Python bug in complex_number new for subtypes. Also change a few comments. --- numpy/core/src/arrayobject.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'numpy/core/src/arrayobject.c') diff --git a/numpy/core/src/arrayobject.c b/numpy/core/src/arrayobject.c index fea1c10c8..d4b84bdfb 100644 --- a/numpy/core/src/arrayobject.c +++ b/numpy/core/src/arrayobject.c @@ -7326,9 +7326,10 @@ PyArray_IterAllButAxis(PyObject *obj, int axis) adjusted */ /*OBJECT_API - Adjusts previously broadcasted iterators so that the largest axis is not iterated - over. Returns dimension which is largest in the range [0,multi->nd). A -1 - is returned if multi->nd == 0. + Adjusts previously broadcasted iterators so that the largest axis + is not iterated over. + Returns dimension which is largest in the range [0,multi->nd). + A -1 is returned if multi->nd == 0. */ static int PyArray_RemoveLargest(PyArrayMultiIterObject *multi) -- cgit v1.2.1