Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
rhijmans committed Dec 25, 2024
1 parent e4d5eb8 commit d9d90c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RcppModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ RCPP_MODULE(spat){
.method("intersect", &SpatVector::intersect)
.method("delaunay", &SpatVector::delaunay)
.method("voronoi", &SpatVector::voronoi)
.method("voronoi_sphere", &SpatVector::voronoi_sphere)
// .method("voronoi_sphere", &SpatVector::voronoi_sphere)
.method("hull", &SpatVector::hull)

.method("width", &SpatVector::width)
Expand Down

0 comments on commit d9d90c3

Please sign in to comment.