Skip to content

Commit fdacaf2

Browse files
Update rkn_perform_step.jl
1 parent 6efec86 commit fdacaf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/OrdinaryDiffEqRKN/src/rkn_perform_step.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ end
425425
@unpack t, dt, k, tprev, f, p = integrator
426426
duprev, uprev = integrator.uprev.x
427427
duprev2, uprev2 = integrator.uprev2.x
428-
@unpack bconst1, bconst2, c1, a21, b1, b2, bbar1, bbar2 = cache
428+
@unpack bconst1, bconst2, c1, a21, b1, b2, bbar1, bbar2, k₂ = cache
429429
k₁ = integrator.fsalfirst
430430
# if there's a discontinuity or the solver is in the first step
431431
if integrator.iter < 2 && !integrator.u_modified

0 commit comments

Comments
 (0)