summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2005-12-07 01:11:00 +0000
committerTravis Oliphant <oliphant@enthought.com>2005-12-07 01:11:00 +0000
commit05e7ce2f90ae4eaf41fddf36af92f6316dd1fd47 (patch)
treef5ca3fe371c046fd17b629a960cf71c0ed482323
parent10c13899e810e8cb38748e5f59da765c58995c96 (diff)
downloadnumpy-05e7ce2f90ae4eaf41fddf36af92f6316dd1fd47.tar.gz
Start changes so that Scalar creation relies on Descr structure.
-rw-r--r--scipy/base/src/multiarraymodule.c1
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