Skip to content

Commit 960d215

Browse files
authored
Hotfix for kwarg (#14)
* Hotfix for kwarg * Update version to 0.2.1
1 parent 2929e93 commit 960d215

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "PointNeighbors"
22
uuid = "1c4d5385-0a27-49de-8e2c-43b175c8985c"
33
authors = ["Erik Faulhaber <[email protected]>"]
4-
version = "0.2"
4+
version = "0.2.1"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

src/grid_nhs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ function initialize_grid!(neighborhood_search::GridNeighborhoodSearch, coords_fu
142142
end
143143

144144
function update!(neighborhood_search::GridNeighborhoodSearch,
145-
x::AbstractMatrix, y::AbstractMatrix,
145+
x::AbstractMatrix, y::AbstractMatrix;
146146
particles_moving = (true, true))
147147
# The coordinates of the first set of particles are irrelevant for this NHS.
148148
# Only update when the second set is moving.

0 commit comments

Comments
 (0)