Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
svchb committed Dec 7, 2023
1 parent ac76b86 commit 67ea62d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/schemes/solid/total_lagrangian_sph/rhs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ function interact!(dv, v_particle_system, u_particle_system,
(; boundary_model) = particle_system
(; density_calculator, state_equation, viscosity) = neighbor_system
(; sound_speed) = state_equation
neighbor_correction = neighbor_system.correction

system_coords = current_coordinates(u_particle_system, particle_system)
neighbor_coords = current_coordinates(u_neighbor_system, neighbor_system)
Expand Down

0 comments on commit 67ea62d

Please sign in to comment.