Skip to content

Commit 3297e59

Browse files
add one
1 parent c31035a commit 3297e59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext/DiffEqBaseForwardDiffExt.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ module DiffEqBaseForwardDiffExt
33
using DiffEqBase, ForwardDiff
44
using DiffEqBase: Void, FunctionWrappersWrappers, OrdinaryDiffEqTag
55
import DiffEqBase: hasdualpromote, wrapfun_oop, wrapfun_iip, promote_u0, prob2dtmin,
6-
promote_tspan, anyeltypedual, isdualtype, value, ODE_DEFAULT_NORM, InternalITP
6+
promote_tspan, anyeltypedual, isdualtype, value, ODE_DEFAULT_NORM, InternalITP,
7+
nextfloat_tdir
78

89
const DUALCHECK_RECURSION_MAX = 10
910

0 commit comments

Comments
 (0)