Skip to content

Commit b807a05

Browse files
committed
Fix missing comma
1 parent 0ed6779 commit b807a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nhs_neighbor_lists.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ struct NeighborListsNeighborhoodSearch{NDIMS, NHS, NL, PB}
55

66
function NeighborListsNeighborhoodSearch{NDIMS}(search_radius, n_particles;
77
periodic_box_min_corner = nothing,
8-
periodic_box_max_corner = nothing
8+
periodic_box_max_corner = nothing,
99
backend = VectorOfVectors{Int}) where {
1010
NDIMS
1111
}

0 commit comments

Comments
 (0)