Skip to content

Commit 4e7caf9

Browse files
Improve the SciMLOperator deprecation path
Fixes #880
1 parent f7d8d82 commit 4e7caf9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/DiffEqBase.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ import SciMLBase: solve, init, solve!, __init, __solve, update_coefficients!,
9696
update_coefficients, isadaptive, wrapfun_oop, wrapfun_iip,
9797
unwrap_fw, promote_tspan, set_u!, set_t!, set_ut!
9898

99+
import SciMLBase: AbstractDiffEqLinearOperator # deprecation path
100+
99101
import Tricks
100102
SciMLBase.isfunctionwrapper(x::FunctionWrapper) = true
101103

0 commit comments

Comments
 (0)