We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4191edc commit 4b18d80Copy full SHA for 4b18d80
test/neighborhood_search.jl
@@ -233,6 +233,7 @@
233
max_corner,
234
backend = Vector{Vector{Int32}})),
235
PrecomputedNeighborhoodSearch{NDIMS}(),
236
+ PrecomputedNeighborhoodSearch{NDIMS}(backend = Vector{Vector{Int32}}),
237
GridNeighborhoodSearch{NDIMS}(cell_list = SpatialHashingCellList{NDIMS}(2 *
238
n_points))
239
]
0 commit comments