Skip to content

Commit 316292c

Browse files
one more?
1 parent 299da86 commit 316292c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/alg_utils.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ 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{LinearExponential,OrdinaryDiffEqLinearExponentialAlgorithm}, u0::AbstractArray,
251+
function DiffEqBase.prepare_alg(alg::Union{SplitEuler,LinearExponential,OrdinaryDiffEqLinearExponentialAlgorithm}, u0::AbstractArray,
252252
p, prob)
253253
alg
254254
end

0 commit comments

Comments
 (0)