Skip to content

Commit c771bf1

Browse files
Merge pull request #882 from SciML/ChrisRackauckas-patch-6
Improve the SciMLOperator deprecation path
2 parents b269906 + 4e7caf9 commit c771bf1

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
@@ -97,6 +97,8 @@ import SciMLBase: solve, init, solve!, __init, __solve, update_coefficients!,
9797
update_coefficients, isadaptive, wrapfun_oop, wrapfun_iip,
9898
unwrap_fw, promote_tspan, set_u!, set_t!, set_ut!
9999

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

0 commit comments

Comments
 (0)