diff --git a/src/schemes/boundary/dummy_particles/dummy_particles.jl b/src/schemes/boundary/dummy_particles/dummy_particles.jl index 917e7e6ec..cd09fb50a 100644 --- a/src/schemes/boundary/dummy_particles/dummy_particles.jl +++ b/src/schemes/boundary/dummy_particles/dummy_particles.jl @@ -394,7 +394,7 @@ end (; pressure, cache, viscosity) = boundary_model foreach_point_neighbor(neighbor_system, system, neighbor_coords, system_coords, - neighborhood_search; particles=eachparticle(neighbor_system), + neighborhood_search; points=eachparticle(neighbor_system), parallel=false) do neighbor, particle, pos_diff, distance # Since neighbor and particle are switched pos_diff = -pos_diff diff --git a/test/count_allocations.jl b/test/count_allocations.jl index d3dedcc8c..b8c3849a7 100644 --- a/test/count_allocations.jl +++ b/test/count_allocations.jl @@ -30,7 +30,7 @@ end # No update @inline function TrixiParticles.PointNeighbors.update!(search::NoUpdateNeighborhoodSearch, x, y; - particles_moving=(true, true)) + points_moving=(true, true)) return search end