Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
efaulhaber committed Jun 11, 2024
1 parent ce9153f commit 4c964a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nhs_neighbor_lists.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ struct NeighborListsNeighborhoodSearch{NDIMS, NHS, NL, PB}
periodic_box_min_corner = nothing,
periodic_box_max_corner = nothing,
backend = VectorOfVectors{Int32}) where {
NDIMS
}
NDIMS
}
nhs = GridNeighborhoodSearch{NDIMS}(search_radius, n_particles,
periodic_box_min_corner = periodic_box_min_corner,
periodic_box_max_corner = periodic_box_max_corner)
Expand Down

0 comments on commit 4c964a0

Please sign in to comment.