diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-07-12 20:39:13 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-07-12 20:39:13 +0000 |
commit | e30882f573121d69bfbc86c83f704c8b4657659c (patch) | |
tree | d81825e7ec13e053bc66263ae55d8bb507fcb6b4 /numpy/core/blasdot | |
parent | 1a9ba98fb2f0aa0475d12d3f8007e851525ccb30 (diff) | |
download | numpy-e30882f573121d69bfbc86c83f704c8b4657659c.tar.gz |
Fix ticket #177
Diffstat (limited to 'numpy/core/blasdot')
-rw-r--r-- | numpy/core/blasdot/_dotblas.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/core/blasdot/_dotblas.c b/numpy/core/blasdot/_dotblas.c index 89ff6a353..a6dcd98c9 100644 --- a/numpy/core/blasdot/_dotblas.c +++ b/numpy/core/blasdot/_dotblas.c @@ -343,7 +343,6 @@ dotblas_matrixproduct(PyObject *dummy, PyObject *args) subtype = ap1->ob_type; } - if (l==0) nd = 0; ret = (PyArrayObject *)PyArray_New(subtype, nd, dimensions, typenum, NULL, NULL, 0, 0, (PyObject *) |