Skip to content

Commit

Permalink
Merge pull request #4 from ScottPJones/spj/fixv06
Browse files Browse the repository at this point in the history
Fix deprecation warning on Julia v0.6 and later
  • Loading branch information
ChrisRackauckas authored May 18, 2017
2 parents 1d3d845 + 5fefa0e commit 54d00d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
julia 0.5
DiffEqJump
DiffEqBase
Compat 0.17.0
3 changes: 2 additions & 1 deletion src/DiffEqBiological.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ module DiffEqBiological

using DiffEqJump

abstract AbstractReaction
using Compat
@compat abstract type AbstractReaction end

include("reactions.jl")
include("problem.jl")
Expand Down

0 comments on commit 54d00d9

Please sign in to comment.