Skip to content

Commit 447f42b

Browse files
committed
Fix
1 parent 47efaf3 commit 447f42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nhs_precomputed.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function PrecomputedNeighborhoodSearch{NDIMS}(; search_radius = 0.0, n_points =
6565
update_strategy),
6666
backend = DynamicVectorOfVectors{Int32},
6767
max_neighbors = 4 * NDIMS^4) where {NDIMS}
68-
neighbor_lists = construct_backend(nothing, backend, n_points, max_neighbors)
68+
neighbor_lists = construct_backend(backend, n_points, max_neighbors)
6969

7070
PrecomputedNeighborhoodSearch{NDIMS}(neighbor_lists, search_radius,
7171
periodic_box, update_neighborhood_search)

0 commit comments

Comments
 (0)