diff options
author | David Cournapeau <cournape@gmail.com> | 2009-04-30 08:42:26 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2009-04-30 08:42:26 +0000 |
commit | a77eaf94e297531b59c7c63d8528aac65054e0e8 (patch) | |
tree | dff6800c6337d4c3f363f15790071da61aec80b7 /numpy/core/src/arraymethods.h | |
parent | 1f37ab2935d98654a57f139bb5ef8ee8fb0f9832 (diff) | |
download | numpy-a77eaf94e297531b59c7c63d8528aac65054e0e8.tar.gz |
Put multiarray modul sources into separate directory.
Diffstat (limited to 'numpy/core/src/arraymethods.h')
-rw-r--r-- | numpy/core/src/arraymethods.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/numpy/core/src/arraymethods.h b/numpy/core/src/arraymethods.h deleted file mode 100644 index 698a6f558..000000000 --- a/numpy/core/src/arraymethods.h +++ /dev/null @@ -1,5 +0,0 @@ -#ifndef _NPY_ARRAY_METHODS_H_ -#define _NPY_ARRAY_METHODS_H_ - -extern NPY_NO_EXPORT PyMethodDef array_methods[]; -#endif |