Skip to content

Commit a71d993

Browse files
authored
Merge pull request #76 from isaacsas/reexport-diffeqbase
add reexport of DiffEqBase
2 parents f54cebb + 281a0e7 commit a71d993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DiffEqBiological.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ using SymEngine
99
using MacroTools
1010
using DataStructures
1111
using Parameters
12-
@reexport using DiffEqJump
12+
@reexport using DiffEqBase, DiffEqJump
1313

1414
using Compat
1515

0 commit comments

Comments
 (0)