summaryrefslogtreecommitdiff
path: root/numpy/core/src/arrayobject.c
diff options
context:
space:
mode:
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
*/