Skip to content

Commit 435f408

Browse files
committed
Remove unnecessary parameters from update_systems_and_nhs function
1 parent f413ee1 commit 435f408

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/general/semidiscretization.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -540,10 +540,7 @@ end
540540
# Update the systems and neighborhood searches (NHS) for a simulation
541541
# before calling `interact!` to compute forces.
542542
function update_systems_and_nhs(v_ode, u_ode, semi, t)
543-
update_systems!(v_ode, u_ode, semi, t;
544-
update_nhs=true,
545-
update_boundary_interpolation=true,
546-
update_inter_system=true)
543+
update_systems!(v_ode, u_ode, semi, t)
547544
end
548545

549546
# The `SplitIntegrationCallback` overwrites `semi_wrap` to use a different

0 commit comments

Comments
 (0)