Skip to content

Commit 0b16531

Browse files
fix for constant transfer
1 parent ab2a726 commit 0b16531

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

REQUIRE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
julia 0.5
22
Parameters 0.5.0
3-
DiffEqBase 1.0.0
3+
DiffEqBase 1.1.0
44
RecursiveArrayTools 0.2.0
55
DataStructures 0.4.6
66
Juno 0.2.5

src/StochasticDiffEq.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ module StochasticDiffEq
1010
DataStructures, Iterators, Roots, DiffEqNoiseProcess,
1111
NLsolve, ForwardDiff
1212

13+
import DiffEqBase: ODE_DEFAULT_NORM, ODE_DEFAULT_ISOUTOFDOMAIN, ODE_DEFAULT_PROG_MESSAGE, ODE_DEFAULT_UNSTABLE_CHECK
14+
1315
using Compat
1416

1517
import ForwardDiff.Dual
@@ -26,7 +28,6 @@ module StochasticDiffEq
2628
include("algorithms.jl")
2729
include("options_type.jl")
2830
include("interp_func.jl")
29-
include("constants.jl")
3031
include("caches.jl")
3132
include("integrators/type.jl")
3233
include("dense.jl")

src/constants.jl

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)