Skip to content

Commit

Permalink
Remove DDEStats
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion authored Feb 22, 2024
1 parent 97c816e commit da185b0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 37 deletions.
1 change: 0 additions & 1 deletion src/DelayDiffEq.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export Discontinuity, MethodOfSteps

include("discontinuity_type.jl")
include("functionwrapper.jl")
include("ddestats.jl")

include("integrators/type.jl")
include("integrators/utils.jl")
Expand Down
34 changes: 0 additions & 34 deletions src/ddestats.jl

This file was deleted.

3 changes: 1 addition & 2 deletions src/solve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@ function DiffEqBase.__init(prob::DiffEqBase.AbstractDDEProblem,
Val(isinplace(prob)))

# separate statistics of the integrator and the history
#stats = DDEStats(0)
stats = SciMLBase.DEStats(0)
stats = SciMLBase.DEStats(0)

# create solution
alg_choice = iscomposite(alg) ? Int[] : nothing
Expand Down

0 comments on commit da185b0

Please sign in to comment.