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 47efaf3 commit 447f42bCopy full SHA for 447f42b
src/nhs_precomputed.jl
@@ -65,7 +65,7 @@ function PrecomputedNeighborhoodSearch{NDIMS}(; search_radius = 0.0, n_points =
65
update_strategy),
66
backend = DynamicVectorOfVectors{Int32},
67
max_neighbors = 4 * NDIMS^4) where {NDIMS}
68
- neighbor_lists = construct_backend(nothing, backend, n_points, max_neighbors)
+ neighbor_lists = construct_backend(backend, n_points, max_neighbors)
69
70
PrecomputedNeighborhoodSearch{NDIMS}(neighbor_lists, search_radius,
71
periodic_box, update_neighborhood_search)
0 commit comments