Skip to content

Commit

Permalink
Left breakpoint behind
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed Oct 1, 2024
1 parent 4bb63af commit 0f27605
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ngsPETSc/utils/firedrake/meshes.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,6 @@ def curveField(self, order, tol=1e-8):
barycentres = barycentres[owned]
ng_index = [idx for idx, o in zip(ng_index, owned) if o]

breakpoint()

# PyOP2 index
pyop2_index = []
for ngidx in ng_index:
Expand Down

0 comments on commit 0f27605

Please sign in to comment.