Skip to content

Commit 8804ce5

Browse files
committed
compiler: fix msd thickness lowering
1 parent de5a162 commit 8804ce5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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(zip(d.thickness, tkns, strict=True))

0 commit comments

Comments
 (0)