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 29, 2024
1 parent ebd209c commit 9519ddb
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 @@ -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 9519ddb

Please sign in to comment.