Skip to content

Commit

Permalink
misc: Minor aestheic tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
EdCaunt committed Jul 2, 2024
1 parent 3414bf6 commit bacb623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devito/passes/clusters/implicit.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def callback(self, clusters, prefix):
continue

# Get the dynamic thickness mapper for the given MultiSubDomain
mapper, dims = lower_msd({i.dim for i in ispace}, c)
mapper, dims = lower_msd(ispace.itdims, c)
if dims:
# An Explicit MSD
continue
Expand Down

0 comments on commit bacb623

Please sign in to comment.