Skip to content

Commit

Permalink
another merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
svchb committed Dec 13, 2024
1 parent 5e83f0c commit 55e6557
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/schemes/fluid/surface_normal_sph.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
include("../../test_util.jl")
function create_boundary_system(coordinates, particle_spacing, state_equation, kernel,
smoothing_length, NDIMS, walldistance)
# Compute bounding box of fluid particles
Expand Down Expand Up @@ -160,7 +159,7 @@ end
mass = sphere_ic.mass
density = sphere_ic.density

system, semi, ode = create_fluid_system(coordinates, velocity, mass, density,
system, bnd_system, semi, ode = create_fluid_system(coordinates, velocity, mass, density,
particle_spacing, nothing;
NDIMS=NDIMS,
smoothing_length=smoothing_length,
Expand Down

0 comments on commit 55e6557

Please sign in to comment.