aboutsummaryrefslogtreecommitdiff
path: root/boltzgen/utility/ndindex.py
diff options
context:
space:
mode:
Diffstat (limited to 'boltzgen/utility/ndindex.py')
-rw-r--r--boltzgen/utility/ndindex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/boltzgen/utility/ndindex.py b/boltzgen/utility/ndindex.py
index 0c5ed9b..263077a 100644
--- a/boltzgen/utility/ndindex.py
+++ b/boltzgen/utility/ndindex.py
@@ -5,7 +5,7 @@ import numpy.core.numeric as _nx
class ndindex(numpy.ndindex):
pass
- def __init__(self, *shape, order):
+ def __init__(self, *shape, order='F'):
if len(shape) == 1 and isinstance(shape[0], tuple):
shape = shape[0]
x = as_strided(_nx.zeros(1), shape=shape,