summaryrefslogtreecommitdiff
path: root/scipy/base/src/arraymethods.c
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2005-12-28 03:17:55 +0000
committerTravis Oliphant <oliphant@enthought.com>2005-12-28 03:17:55 +0000
commit922f7cf07fcce95f510222b464cdc757f40ef57f (patch)
treeddc75cce90be2bff70a0c2863c1b4996f1aadf34 /scipy/base/src/arraymethods.c
parent4b61fd0dc145083b566028edc691c5f2d1d5936f (diff)
downloadnumpy-922f7cf07fcce95f510222b464cdc757f40ef57f.tar.gz
Added an mlab so that there is one file to replace the old MLab functionality.
Diffstat (limited to 'scipy/base/src/arraymethods.c')
-rw-r--r--scipy/base/src/arraymethods.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/scipy/base/src/arraymethods.c b/scipy/base/src/arraymethods.c
index 0410b78b6..18ccc35ee 100644
--- a/scipy/base/src/arraymethods.c
+++ b/scipy/base/src/arraymethods.c
@@ -1281,7 +1281,6 @@ array_all(PyArrayObject *self, PyObject *args)
return PyArray_All(self, axis);
}
-
static char doc_stddev[] = "a.std(axis=None, dtype=None)";
static PyObject *