diff options
Diffstat (limited to 'scipy/base/src/ufuncobject.c')
-rw-r--r-- | scipy/base/src/ufuncobject.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scipy/base/src/ufuncobject.c b/scipy/base/src/ufuncobject.c index a3d508a7d..4cf5b9c41 100644 --- a/scipy/base/src/ufuncobject.c +++ b/scipy/base/src/ufuncobject.c @@ -1374,10 +1374,10 @@ _printcastbuf(PyUFuncLoopObject *loop, int bufnum) /* currently generic ufuncs cannot be built for use on flexible arrays. The cast functions in the generic loop would need to be fixed to pass - something besides NULL, NULL. + in something besides NULL, NULL. - Also the underlying ufunc loops would not know the array size unless - that were passed in as data. + Also the underlying ufunc loops would not know the element-size unless + that was passed in as data (which could be arranged). */ |