Skip to content

Commit ded6167

Browse files
authored
rename (#16)
1 parent 940941a commit ded6167

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

src/PointNeighbors.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ using Polyester: @batch
88

99
include("util.jl")
1010
include("neighborhood_search.jl")
11-
include("trivial_nhs.jl")
12-
include("grid_nhs.jl")
11+
include("nhs_trivial.jl")
12+
include("nhs_grid.jl")
1313

1414
export for_particle_neighbor
1515
export TrivialNeighborhoodSearch, GridNeighborhoodSearch
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
include("test_util.jl")
22

33
@testset verbose=true "PointNeighbors.jl Tests" begin
4-
include("trivial_nhs.jl")
5-
include("grid_nhs.jl")
4+
include("nhs_trivial.jl")
5+
include("nhs_grid.jl")
66
end

0 commit comments

Comments
 (0)