Skip to content

Commit 3888bdc

Browse files
fix warning due to refactor
1 parent 0455b07 commit 3888bdc

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
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.1.0
3+
DiffEqBase 1.2.0
44
RecursiveArrayTools 0.2.0
55
DataStructures 0.4.6
66
Juno 0.2.5

src/misc_utils.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ Base.@pure DiffCache{CS}(u::AbstractArray,T::Type{Val{CS}}) = DiffCache(eltype(u
1414
get_du{T<:Dual}(dc::DiffCache, ::Type{T}) = dc.dual_du
1515
get_du(dc::DiffCache, T) = dc.du
1616

17-
realtype{T}(::Type{T}) = T
18-
realtype{T}(::Type{Complex{T}}) = T
19-
2017
# Default nlsolve behavior, should move to DiffEqDiffTools.jl
2118

2219
Base.@pure determine_chunksize(u,alg::DEAlgorithm) = determine_chunksize(u,get_chunksize(alg))

0 commit comments

Comments
 (0)