Skip to content

Commit 084fdc9

Browse files
Update lib/OrdinaryDiffEqExponentialRK/src/OrdinaryDiffEqExponentialRK.jl
1 parent 6170e23 commit 084fdc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/OrdinaryDiffEqExponentialRK/src/OrdinaryDiffEqExponentialRK.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import OrdinaryDiffEq: alg_order, alg_adaptive_order, ismultistep, OrdinaryDiffE
55
build_jac_config, UJacobianWrapper, @cache, alg_cache, UDerivativeWrapper,
66
initialize!, perform_step!, @unpack, unwrap_alg, calc_J, calc_J!,
77
OrdinaryDiffEqAdaptiveExponentialAlgorithm, CompositeAlgorithm,
8-
ExponentialAlgorithm, fsal_typeof
8+
ExponentialAlgorithm, fsal_typeof, isdtchangeable
99
using RecursiveArrayTools
1010
using MuladdMacro, FastBroadcast
1111
using LinearAlgebra: axpy!, mul!

0 commit comments

Comments
 (0)