Skip to content

Commit

Permalink
rename (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
LasNikas authored May 21, 2024
1 parent 940941a commit ded6167
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/PointNeighbors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ using Polyester: @batch

include("util.jl")
include("neighborhood_search.jl")
include("trivial_nhs.jl")
include("grid_nhs.jl")
include("nhs_trivial.jl")
include("nhs_grid.jl")

export for_particle_neighbor
export TrivialNeighborhoodSearch, GridNeighborhoodSearch
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include("test_util.jl")

@testset verbose=true "PointNeighbors.jl Tests" begin
include("trivial_nhs.jl")
include("grid_nhs.jl")
include("nhs_trivial.jl")
include("nhs_grid.jl")
end

0 comments on commit ded6167

Please sign in to comment.