Skip to content

Commit

Permalink
add newest packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Feb 9, 2017
1 parent 020e73c commit 4391f55
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions REQUIRE
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ DiffEqPDEBase
DelayDiffEq 0.1.0
DiffEqCallbacks
DiffEqMonteCarlo
DiffEqJump
DiffEqFinancial
DiffEqBiological
MultiScaleArrays
6 changes: 6 additions & 0 deletions src/DifferentialEquations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ module DifferentialEquations
@reexport using DiffEqCallbacks
@reexport using DiffEqMonteCarlo

@reexport using DiffEqJump

@reexport using DiffEqFinancial
@reexport using DiffEqBiological
@reexport using MultiScaleArrays

import DiffEqBase: solve

include("ode_default_alg.jl")
Expand Down

0 comments on commit 4391f55

Please sign in to comment.