Skip to content

Commit

Permalink
Merge pull request #21 from rveltz/compat_abstract
Browse files Browse the repository at this point in the history
use compat on the abstract type
  • Loading branch information
rveltz committed Apr 14, 2017
2 parents 425aa88 + eb6a740 commit a14f799
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
julia 0.5
BinDeps 0.4.3
Compat 0.9.0
Compat 0.17.0
Parameters 0.5.0
DiffEqBase 0.15.0
2 changes: 1 addition & 1 deletion src/LSODA.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module LSODA
using Compat, DiffEqBase
import DiffEqBase: solve

abstract LSODAAlgorithm <: AbstractODEAlgorithm
@compat abstract type LSODAAlgorithm <: AbstractODEAlgorithm end
immutable lsoda <: LSODAAlgorithm end

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

0 comments on commit a14f799

Please sign in to comment.