Skip to content

Commit a346f83

Browse files
Create MATLABDiffEq.jl
1 parent 62937f2 commit a346f83

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/MATLABDiffEq.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ __precompile__()
22

33
module MATLABDiffEq
44

5-
using DiffEqBase, MATLAB
5+
using Reexport
6+
@reexport using DiffEqBaseQ
7+
using MATLAB
68
import DiffEqBase: solve
79

810
abstract MATLABAlgorithm <: AbstractODEAlgorithm

0 commit comments

Comments
 (0)