diff --git a/test/schemes/fluid/surface_normal_sph.jl b/test/schemes/fluid/surface_normal_sph.jl index 2c8a55c7a..4b63763cf 100644 --- a/test/schemes/fluid/surface_normal_sph.jl +++ b/test/schemes/fluid/surface_normal_sph.jl @@ -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 @@ -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,