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 47981f8 commit fef619aCopy full SHA for fef619a
src/nhs_neighbor_lists.jl
@@ -31,7 +31,7 @@ struct NeighborListsNeighborhoodSearch{NDIMS, NHS, NL, PB}
31
32
function NeighborListsNeighborhoodSearch{NDIMS}(search_radius, n_particles;
33
periodic_box_min_corner = nothing,
34
- periodic_box_max_corner = nothing
+ periodic_box_max_corner = nothing,
35
backend = VectorOfVectors{Int}) where {
36
NDIMS
37
}
0 commit comments