Skip to content

Commit

Permalink
Undo accidental change
Browse files Browse the repository at this point in the history
Moved to PR
  • Loading branch information
efaulhaber committed May 4, 2024
1 parent 0c8eb53 commit e2fa060
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/neighborhood_search.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ struct PeriodicBox{NDIMS, ELTYPE}
end
end

@inline function for_particle_neighbor(f::T, system_coords, neighbor_coords,
@inline function for_particle_neighbor(f, system_coords, neighbor_coords,
neighborhood_search;
particles = axes(system_coords, 2),
parallel = true) where {T}
parallel = true)
for_particle_neighbor(f, system_coords, neighbor_coords, neighborhood_search, particles,
Val(parallel))
end
Expand Down

0 comments on commit e2fa060

Please sign in to comment.