Skip to content

Commit

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

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 df41d98

Please sign in to comment.