Skip to content

Commit

Permalink
Small clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgrote committed Sep 26, 2024
1 parent 23a5075 commit 5307cb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Python/pywarpx/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ def _get_intersect_slice(
box_big_end[i] += nghosts[i]

boxlo = self._get_indices(box.small_end, 0)
boxhi = self._get_indices(box.big_end, 0)
ilo = self._get_indices(box_small_end, 0)
ihi = self._get_indices(box_big_end, 0)

Expand Down

0 comments on commit 5307cb8

Please sign in to comment.