Skip to content

Commit e2fa060

Browse files
committed
Undo accidental change
Moved to PR
1 parent 0c8eb53 commit e2fa060

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/neighborhood_search.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ struct PeriodicBox{NDIMS, ELTYPE}
99
end
1010
end
1111

12-
@inline function for_particle_neighbor(f::T, system_coords, neighbor_coords,
12+
@inline function for_particle_neighbor(f, system_coords, neighbor_coords,
1313
neighborhood_search;
1414
particles = axes(system_coords, 2),
15-
parallel = true) where {T}
15+
parallel = true)
1616
for_particle_neighbor(f, system_coords, neighbor_coords, neighborhood_search, particles,
1717
Val(parallel))
1818
end

0 commit comments

Comments
 (0)