Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
efaulhaber committed Jun 21, 2024
1 parent 80d0550 commit f8082d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/schemes/boundary/dummy_particles/dummy_particles.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/count_allocations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f8082d3

Please sign in to comment.