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 0ed6779 commit b807a05Copy full SHA for b807a05
src/nhs_neighbor_lists.jl
@@ -5,7 +5,7 @@ struct NeighborListsNeighborhoodSearch{NDIMS, NHS, NL, PB}
5
6
function NeighborListsNeighborhoodSearch{NDIMS}(search_radius, n_particles;
7
periodic_box_min_corner = nothing,
8
- periodic_box_max_corner = nothing
+ periodic_box_max_corner = nothing,
9
backend = VectorOfVectors{Int}) where {
10
NDIMS
11
}
0 commit comments