Skip to content

Commit 45d9c3f

Browse files
committed
fix
1 parent f82581f commit 45d9c3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/h3/_cy/h3lib.pxd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ cdef extern from 'h3api.h':
139139
H3Error localIjToCell(H3int origin, const CoordIJ *ij, uint32_t mode, H3int *out) nogil
140140

141141
H3Error gridDiskDistances(H3int origin, int k, H3int *out, int *distances) nogil
142+
H3Error gridRing(H3int origin, int k, H3int *out) nogil
142143
H3Error gridRingUnsafe(H3int origin, int k, H3int *out) nogil
143144

144145
H3Error areNeighborCells(H3int origin, H3int destination, int *out) nogil

0 commit comments

Comments
 (0)