Skip to content

Commit df01a7d

Browse files
committed
wip
1 parent 62c4caa commit df01a7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

devito/ir/support/utils.py

+1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ def detect_accesses(exprs):
127127
mapper = defaultdict(Stencil)
128128
for e in retrieve_indexed(exprs, deep=True):
129129
f = e.function
130+
130131
for a, d0 in zip(e.indices, f.dimensions):
131132
if isinstance(a, Indirection):
132133
a = a.mapped

0 commit comments

Comments
 (0)