Skip to content

Commit 241b393

Browse files
fix not real FSAL
1 parent f6799e4 commit 241b393

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/OrdinaryDiffEqLowStorageRK/src/low_storage_rk_perform_step.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ function initialize!(integrator, cache::LowStorageRK2NCache)
4040
integrator.kshortsize = 1
4141
resize!(integrator.k, integrator.kshortsize)
4242
integrator.k[1] = k
43-
integrator.fsalfirst = k # used for get_du
44-
integrator.fsallast = k
4543
integrator.f(k, integrator.uprev, integrator.p, integrator.t) # FSAL for interpolation
4644
OrdinaryDiffEqCore.increment_nf!(integrator.stats, 1)
4745
end

0 commit comments

Comments
 (0)