From 2c37d253258c3d9831835a843e2d8ea7837f276e Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Sun, 16 Dec 2007 06:47:50 +0000 Subject: Add comment to add Fortran ordering argument to ToFile. Fix repr for floating point scalars. --- numpy/core/src/arrayobject.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'numpy/core/src/arrayobject.c') 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 */ -- cgit v1.2.1