Skip to content

Commit

Permalink
Face coordinates may be circumcenters. Compare apples to apples (cent…
Browse files Browse the repository at this point in the history
…roids)
  • Loading branch information
Huite committed Oct 9, 2023
1 parent f02cdcb commit a210a5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xugrid/ugrid/ugrid2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -1729,8 +1729,8 @@ def reindex_like(
tolerance=tolerance,
),
self.face_dimension: connectivity.index_like(
xy_a=self.face_coordinates,
xy_b=other.face_coordinates,
xy_a=self.centroids,
xy_b=other.centroids,
tolerance=tolerance,
),
}
Expand Down

0 comments on commit a210a5f

Please sign in to comment.