Skip to content

Commit 0aef92f

Browse files
etd2
1 parent 316292c commit 0aef92f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/alg_utils.jl

+3-2
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,9 @@ function DiffEqBase.prepare_alg(alg::Union{OrdinaryDiffEqAdaptiveImplicitAlgorit
248248
end
249249

250250
# Linear Exponential doesn't have any of the AD stuff
251-
function DiffEqBase.prepare_alg(alg::Union{SplitEuler,LinearExponential,OrdinaryDiffEqLinearExponentialAlgorithm}, u0::AbstractArray,
252-
p, prob)
251+
function DiffEqBase.prepare_alg(alg::Union{ETD2,SplitEuler,LinearExponential,
252+
OrdinaryDiffEqLinearExponentialAlgorithm}, u0::AbstractArray,
253+
p, prob)
253254
alg
254255
end
255256

0 commit comments

Comments
 (0)