Skip to content

Commit 52131f0

Browse files
import
1 parent e2cd819 commit 52131f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/DiffEqBaseForwardDiffExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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
6+
promote_tspan, anyeltypedual, isdualtype, value, ODE_DEFAULT_NORM, InternalITP
77

88
const DUALCHECK_RECURSION_MAX = 10
99

0 commit comments

Comments
 (0)