diff --git a/xugrid/ugrid/ugrid2d.py b/xugrid/ugrid/ugrid2d.py index 309ad64dc..ff11fba1f 100644 --- a/xugrid/ugrid/ugrid2d.py +++ b/xugrid/ugrid/ugrid2d.py @@ -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, ), }