Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
svchb committed Dec 13, 2024
1 parent 4dc0cf8 commit 5e83f0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/schemes/fluid/surface_normal_sph.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ function create_fluid_system(coordinates, velocity, mass, density, particle_spac

if wall
boundary_system = create_boundary_system(coordinates, particle_spacing,
state_equation, smoothing_kernel, smoothing_length,
state_equation, smoothing_kernel,
smoothing_length,
NDIMS, walldistance)
semi = Semidiscretization(system, boundary_system)
else
Expand Down

0 comments on commit 5e83f0c

Please sign in to comment.