We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19a5c73 commit 173fc49Copy full SHA for 173fc49
src/deprecations.jl
@@ -12,7 +12,9 @@ end
12
const ODESystem = IntermediateDeprecationSystem
13
14
function IntermediateDeprecationSystem(args...; kwargs...)
15
- Base.depwarn("`ODESystem(args...; kwargs...)` is deprecated. Use `System(args...; kwargs...) instead`.", :ODESystem)
+ Base.depwarn(
16
+ "`ODESystem(args...; kwargs...)` is deprecated. Use `System(args...; kwargs...) instead`.",
17
+ :ODESystem)
18
19
return System(args...; kwargs...)
20
end
0 commit comments