Skip to content

Commit 87ff9ea

Browse files
committed
Fix tests
1 parent 3c7197b commit 87ff9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/OrdinaryDiffEqSymplecticRK/src/symplectic_perform_step.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ end
218218

219219
OrdinaryDiffEqCore.increment_nf!(integrator.stats, 1)
220220
integrator.stats.nf2 += 1
221-
store_symp_state!(integrator, cache, kdu, ku)
221+
store_symp_state!(integrator, cache, du, u, kdu, ku)
222222
end
223223

224224
@muladd function perform_step!(integrator, cache::VerletLeapfrogCache, repeat_step = false)

0 commit comments

Comments
 (0)