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 c31035a commit 3297e59Copy full SHA for 3297e59
ext/DiffEqBaseForwardDiffExt.jl
@@ -3,7 +3,8 @@ module DiffEqBaseForwardDiffExt
3
using DiffEqBase, ForwardDiff
4
using DiffEqBase: Void, FunctionWrappersWrappers, OrdinaryDiffEqTag
5
import DiffEqBase: hasdualpromote, wrapfun_oop, wrapfun_iip, promote_u0, prob2dtmin,
6
-promote_tspan, anyeltypedual, isdualtype, value, ODE_DEFAULT_NORM, InternalITP
+promote_tspan, anyeltypedual, isdualtype, value, ODE_DEFAULT_NORM, InternalITP,
7
+nextfloat_tdir
8
9
const DUALCHECK_RECURSION_MAX = 10
10
0 commit comments