Skip to content

Commit b5c05a4

Browse files
feat: make deprecated ODESystem alias System type
1 parent 12d356d commit b5c05a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/deprecations.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ macro mtkbuild(exprs...)
99
end |> esc
1010
end
1111

12+
const ODESystem = System
13+
1214
for T in [:ODESystem, :NonlinearSystem, :DiscreteSystem, :ImplicitDiscreteSystem]
1315
@eval @deprecate $T(args...; kwargs...) System(args...; kwargs...)
1416
end

0 commit comments

Comments
 (0)