Skip to content

Commit 14ddcae

Browse files
efaulhabersvchb
andauthored
Update src/neighborhood_search.jl
Co-authored-by: Sven Berger <berger.sven@gmail.com>
1 parent ec0234d commit 14ddcae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/neighborhood_search.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ all points in `y` whose distances to that point are smaller than the search radi
2323
`x` and `y` are expected to be matrices, where the `i`-th column contains the coordinates
2424
of point `i`. Note that `x` and `y` can be identical.
2525
26-
If the neighborhood search initialization supports parallelization, the keyword argument
27-
`parallelization_backend` can be used to specify the parallelization backend.
26+
If the neighborhood search type supports parallelization, the keyword argument
27+
`parallelization_backend` can be used to specify a parallelization backend.
2828
See [`@threaded`](@ref) for a list of available backends.
2929
3030
See also [`update!`](@ref).

0 commit comments

Comments
 (0)