Skip to content

Commit

Permalink
add req for RecursiveArrayTools
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Nov 2, 2016
1 parent a0b62a7 commit 8b36f21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions REQUIRE
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ ParameterizedFunctions 0.1.0
Parameters 0.5.0
ChunkedArrays 0.1.0
DiffEqBase
RecursiveArrayTools
2 changes: 1 addition & 1 deletion src/StochasticDiffEq.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module StochasticDiffEq

using DiffEqBase, ParameterizedFunctions, Parameters, ChunkedArrays
using DiffEqBase, ParameterizedFunctions, Parameters, ChunkedArrays, RecursiveArrayTools
import DiffEqBase: solve

macro def(name, definition)
Expand Down

0 comments on commit 8b36f21

Please sign in to comment.