Skip to content

Commit e7369d0

Browse files
committed
Fix EDAC
1 parent d3dce78 commit e7369d0

File tree

1 file changed

+1
-1
lines changed
  • src/schemes/fluid/entropically_damped_sph

1 file changed

+1
-1
lines changed

src/schemes/fluid/entropically_damped_sph/rhs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function interact!(dv, v_particle_system, u_particle_system,
7676
@inbounds dv_shifting!(dv_particle, shifting_technique(particle_system),
7777
particle_system, neighbor_system,
7878
v_particle_system, v_neighbor_system,
79-
particle, neighbor, m_a, m_b, rho_a, rho_b,
79+
particle, neighbor, m_a, m_b, rho_a, rho_b, v_a, v_b,
8080
pos_diff, distance, grad_kernel, correction)
8181

8282
@inbounds surface_tension_force!(dv_particle, surface_tension_a,

0 commit comments

Comments
 (0)