Skip to content

Commit cdf9c43

Browse files
committed
misc: Comment
1 parent 71b57a3 commit cdf9c43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

devito/petsc/equations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def constrain_essential_bcs(expressions, **kwargs):
2727
if not constrain_expressions:
2828
return expressions
2929

30-
# TODO: potentially re-think how I extract the halo size
30+
# TODO: rethink
3131
halo_size = {e.target.function._size_halo for e in constrain_expressions}
3232
assert len(halo_size) == 1
3333
halo_size = halo_size.pop()

0 commit comments

Comments
 (0)