Skip to content

Commit 9d9d672

Browse files
committed
add imports for _concrete solves
1 parent ba4b134 commit 9d9d672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DiffEqBase.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ using SciMLBase: @def, DEIntegrator, AbstractDEProblem,
9595
import SciMLBase: solve, init, step!, solve!, __init, __solve, update_coefficients!,
9696
update_coefficients, isadaptive, wrapfun_oop, wrapfun_iip,
9797
unwrap_fw, promote_tspan, set_u!, set_t!, set_ut!,
98-
extract_alg, checkkwargs, has_kwargs,
98+
extract_alg, checkkwargs, has_kwargs, _concrete_solve_adjoint, _concrete_solve_forward,
9999
eltypedual, get_updated_symbolic_problem, get_concrete_p, get_concrete_u0, promote_u0,
100100
isconcreteu0, isconcretedu0, get_concrete_du0, _reshape, value, unitfulvalue, anyeltypedual, allowedkeywords,
101101
sse, totallength, __sum, DualEltypeChecker, KeywordArgError, KeywordArgWarn, KeywordArgSilent, KWARGWARN_MESSAGE, KWARGERROR_MESSAGE,

0 commit comments

Comments
 (0)