Skip to content

Commit 550ccd0

Browse files
authored
Hotfix for parallelization_backend kwarg (#103)
1 parent c1c6739 commit 550ccd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/neighborhood_search.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The second flag indicates if points in `y` are moving.
4949
See also [`initialize!`](@ref).
5050
"""
5151
@inline function update!(search::AbstractNeighborhoodSearch, x, y;
52-
points_moving = (true, true))
52+
points_moving = (true, true), parallelization_backend = x)
5353
return search
5454
end
5555

0 commit comments

Comments
 (0)