Skip to content

Commit eda0929

Browse files
done
1 parent a0d1c9e commit eda0929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/OrdinaryDiffEqExponentialRK/src/exponential_rk_caches.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ struct ETD2ConstantCache{expType} <: OrdinaryDiffEqConstantCache
872872
B0::expType # -ϕ2(hA)
873873
end
874874

875-
get_fsalfirstlast(cache::ETD2ConstantCache,u) = (ETD2Fsal(cache.rtmp1), ETD2Fsal(cache.rtmp1))
875+
get_fsalfirstlast(cache::ETD2ConstantCache,u) = (ETD2Fsal(u), ETD2Fsal(u))
876876

877877
function alg_cache(alg::ETD2, u, rate_prototype, ::Type{uEltypeNoUnits},
878878
::Type{uBottomEltypeNoUnits}, ::Type{tTypeNoUnits}, uprev, uprev2, f, t,

0 commit comments

Comments
 (0)