Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
efaulhaber committed Jun 21, 2024
1 parent 86f85ea commit 84e374a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nhs_trivial.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Trivial neighborhood search that simply loops over all points.
# Keywords
- `search_radius = 0.0`: The fixed search radius. The default of `0.0` is useful together
with [`copy_neighborhood_search`](@ref).
- `eachpiont = 1:0`: Iterator for all point indices. Usually just `1:n_points`.
- `eachpoint = 1:0`: Iterator for all point indices. Usually just `1:n_points`.
The default of `1:0` is useful together with
[`copy_neighborhood_search`](@ref).
- `periodic_box = nothing`: In order to use a (rectangular) periodic domain, pass a
Expand Down

0 comments on commit 84e374a

Please sign in to comment.