Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
efaulhaber committed Oct 24, 2023
1 parent e62c3cd commit da720e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/schemes/boundary/dummy_particles/dummy_particles.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@

particles_in_compact_support = length(boundary_1.mass) + length(boundary_2.mass)

fluid = RectangularShape(particle_spacing, (16, 5), (-0.3, 0.3), 257.0)
fluid = RectangularShape(particle_spacing, (16, 5), (-0.3, 0.3), 257.0,
loop_order=:x_first)

smoothing_kernel = SchoenbergCubicSplineKernel{2}()
smoothing_length = 1.2 * particle_spacing
Expand Down

0 comments on commit da720e4

Please sign in to comment.