Skip to content

Commit

Permalink
fix for constant transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed May 1, 2017
1 parent ab2a726 commit 0b16531
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
julia 0.5
Parameters 0.5.0
DiffEqBase 1.0.0
DiffEqBase 1.1.0
RecursiveArrayTools 0.2.0
DataStructures 0.4.6
Juno 0.2.5
Expand Down
3 changes: 2 additions & 1 deletion src/StochasticDiffEq.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ module StochasticDiffEq
DataStructures, Iterators, Roots, DiffEqNoiseProcess,
NLsolve, ForwardDiff

import DiffEqBase: ODE_DEFAULT_NORM, ODE_DEFAULT_ISOUTOFDOMAIN, ODE_DEFAULT_PROG_MESSAGE, ODE_DEFAULT_UNSTABLE_CHECK

using Compat

import ForwardDiff.Dual
Expand All @@ -26,7 +28,6 @@ module StochasticDiffEq
include("algorithms.jl")
include("options_type.jl")
include("interp_func.jl")
include("constants.jl")
include("caches.jl")
include("integrators/type.jl")
include("dense.jl")
Expand Down
8 changes: 0 additions & 8 deletions src/constants.jl

This file was deleted.

0 comments on commit 0b16531

Please sign in to comment.