Skip to content

Commit a3822f4

Browse files
committed
compiler: fix msd thickness lowering
1 parent 7aae8d9 commit a3822f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

devito/ir/equations/algorithms.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,3 +339,4 @@ def _(d, mapper, rebuilt, sregistry):
339339
kwargs['functions'] = functions
340340

341341
mapper[d] = d._rebuild(**kwargs)
342+
mapper.update({tkn0: tkn1 for tkn0, tkn1 in zip(d.thickness, tkns, strict=True)})

0 commit comments

Comments
 (0)