Skip to content

Commit

Permalink
Fix missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
efaulhaber committed Jun 7, 2024
1 parent 4c010fe commit 43e4cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nhs_neighbor_lists.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ struct NeighborListsNeighborhoodSearch{NDIMS, NHS, NL, PB, SR}

function NeighborListsNeighborhoodSearch{NDIMS}(search_radius, n_particles;
periodic_box_min_corner = nothing,
periodic_box_max_corner = nothing
periodic_box_max_corner = nothing,
backend = VectorOfVectors{Int}) where {
NDIMS
}
Expand Down

0 comments on commit 43e4cf6

Please sign in to comment.