summaryrefslogtreecommitdiff
path: root/numpy/core/src/arrayobject.c
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2007-12-16 06:47:50 +0000
committerTravis Oliphant <oliphant@enthought.com>2007-12-16 06:47:50 +0000
commit2c37d253258c3d9831835a843e2d8ea7837f276e (patch)
treedcf63f57ac9c25d377ad6fad882fe89d1568c5ec /numpy/core/src/arrayobject.c
parent0ed3e123454164b5e86699216e27e513653eeda8 (diff)
downloadnumpy-2c37d253258c3d9831835a843e2d8ea7837f276e.tar.gz
Add comment to add Fortran ordering argument to ToFile. Fix repr for floating point scalars.
Diffstat (limited to 'numpy/core/src/arrayobject.c')
-rw-r--r--numpy/core/src/arrayobject.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/numpy/core/src/arrayobject.c b/numpy/core/src/arrayobject.c
index fe2ab8e82..fe9d67252 100644
--- a/numpy/core/src/arrayobject.c
+++ b/numpy/core/src/arrayobject.c
@@ -1691,6 +1691,12 @@ PyArray_RegisterCanCast(PyArray_Descr *descr, int totype,
return 0;
}
+
+/* XXX: FIXME --- add ordering argument to
+ Allow Fortran ordering on write
+ This will need the addition of a Fortran-order iterator.
+ */
+
/*OBJECT_API
To File
*/