Skip to content

Commit 3eb4996

Browse files
LasNikasLasNikas
andauthored
fix count_allocations (trixi-framework#804)
Co-authored-by: LasNikas <niklas.nehe@web.de>
1 parent a6a520f commit 3eb4996

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/count_allocations.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ end
3131
# No update
3232
@inline function PointNeighbors.update!(search::NoUpdateNeighborhoodSearch, x, y;
3333
points_moving=(true, true),
34+
eachindex_y=eachindex(y),
3435
parallelization_backend=SerialBackend())
3536
return search
3637
end

0 commit comments

Comments
 (0)