Skip to content

Commit

Permalink
Merge pull request #51 from rveltz/fbot/deps
Browse files Browse the repository at this point in the history
Fix deprecations
  • Loading branch information
ChrisRackauckas authored Aug 31, 2018
2 parents a33de1f + a313d9e commit 6497b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LSODA.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function __init__()
end

abstract type LSODAAlgorithm <: DiffEqBase.AbstractODEAlgorithm end
@compat abstract type LSODAAlgorithm <: DiffEqBase.AbstractODEAlgorithm end
abstract type LSODAAlgorithm <: DiffEqBase.AbstractODEAlgorithm end
struct lsoda <: LSODAAlgorithm end

const depsfile = joinpath(dirname(dirname(@__FILE__)),"deps","deps.jl")
Expand Down

0 comments on commit 6497b4b

Please sign in to comment.