Skip to content

Commit 281a0e7

Browse files
committed
add reexport of DiffEqBase
1 parent f54cebb commit 281a0e7

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)