Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit b56c74f

Browse files
Update DiffEqApproxFun.jl
1 parent 662a107 commit b56c74f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/DiffEqApproxFun.jl

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

33
module DiffEqApproxFun
44

5-
using ApproxFun, DiffEqBase
5+
using Reexport
6+
@reexport using ApproxFun
7+
@reexport using DiffEqBase
68

79
include("problem_solution_types.jl")
810
include("boundary_handling.jl")

0 commit comments

Comments
 (0)