Skip to content

Commit 097fc6a

Browse files
authored
Import totallength in ForwardDiff extension
1 parent b5faf40 commit 097fc6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DiffEqBase"
22
uuid = "2b5f629d-d688-5b77-993f-72d75c75574e"
33
authors = ["Chris Rackauckas <[email protected]>"]
4-
version = "6.162.1"
4+
version = "6.162.2"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"

ext/DiffEqBaseForwardDiffExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ using DiffEqBase: Void, FunctionWrappersWrappers, OrdinaryDiffEqTag, AbstractTim
66
RecursiveArrayTools, reduce_tup, _promote_tspan, has_continuous_callback
77
import DiffEqBase: hasdualpromote, wrapfun_oop, wrapfun_iip, prob2dtmin,
88
promote_tspan, anyeltypedual, isdualtype, value, ODE_DEFAULT_NORM,
9-
InternalITP, nextfloat_tdir, DualEltypeChecker, sse
9+
InternalITP, nextfloat_tdir, DualEltypeChecker, sse, totallength
1010

1111
eltypedual(x) = eltype(x) <: ForwardDiff.Dual
1212
isdualtype(::Type{<:ForwardDiff.Dual}) = true

0 commit comments

Comments
 (0)