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 e2cd819 commit 52131f0Copy full SHA for 52131f0
ext/DiffEqBaseForwardDiffExt.jl
@@ -3,7 +3,7 @@ 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
+promote_tspan, anyeltypedual, isdualtype, value, ODE_DEFAULT_NORM, InternalITP
7
8
const DUALCHECK_RECURSION_MAX = 10
9
0 commit comments