We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eef83f2 commit 1bde623Copy full SHA for 1bde623
lib/OrdinaryDiffEqDifferentiation/src/alg_utils.jl
@@ -6,7 +6,7 @@ _alg_autodiff(alg::OrdinaryDiffEqAdaptiveImplicitAlgorithm{CS, AD}) where {CS, A
6
_alg_autodiff(alg::DAEAlgorithm{CS, AD}) where {CS, AD} = alg.autodiff
7
_alg_autodiff(alg::OrdinaryDiffEqImplicitAlgorithm{CS, AD}) where {CS, AD} = alg.autodiff
8
_alg_autodiff(alg::CompositeAlgorithm) = _alg_autodiff(alg.algs[end])
9
-function _alg_autodiff(::Union{OrdinaryDiffEqExponentialAlgorithm{CS, AD},
+function _alg_autodiff(alg::Union{OrdinaryDiffEqExponentialAlgorithm{CS, AD},
10
OrdinaryDiffEqAdaptiveExponentialAlgorithm{CS, AD}
11
}) where {
12
CS, AD
0 commit comments