diff options
author | Travis Oliphant <oliphant@enthought.com> | 2005-12-07 01:11:00 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2005-12-07 01:11:00 +0000 |
commit | 05e7ce2f90ae4eaf41fddf36af92f6316dd1fd47 (patch) | |
tree | f5ca3fe371c046fd17b629a960cf71c0ed482323 | |
parent | 10c13899e810e8cb38748e5f59da765c58995c96 (diff) | |
download | numpy-05e7ce2f90ae4eaf41fddf36af92f6316dd1fd47.tar.gz |
Start changes so that Scalar creation relies on Descr structure.
-rw-r--r-- | scipy/base/src/multiarraymodule.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scipy/base/src/multiarraymodule.c b/scipy/base/src/multiarraymodule.c index 4fd22b19d..702c91ba8 100644 --- a/scipy/base/src/multiarraymodule.c +++ b/scipy/base/src/multiarraymodule.c @@ -1,4 +1,3 @@ - /* Python Multiarray Module -- A useful collection of functions for creating and using ndarrays |