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.
2 parents 1d3d845 + 5fefa0e commit 54d00d9Copy full SHA for 54d00d9
REQUIRE
@@ -1,3 +1,4 @@
1
julia 0.5
2
DiffEqJump
3
DiffEqBase
4
+Compat 0.17.0
src/DiffEqBiological.jl
@@ -4,7 +4,8 @@ module DiffEqBiological
5
using DiffEqJump
6
7
-abstract AbstractReaction
+using Compat
8
+@compat abstract type AbstractReaction end
9
10
include("reactions.jl")
11
include("problem.jl")
0 commit comments