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 1f1246f commit 449992fCopy full SHA for 449992f
src/nhs_neighbor_lists.jl
@@ -5,7 +5,7 @@ struct NeighborListsNeighborhoodSearch{NDIMS, NHS, NL, PB, SR}
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