Skip to content

Commit 227b041

Browse files
committed
Remove set_ut!
It is moved to DiffEqBase.jl, as discussed in: #56 (comment)
1 parent 074e1cc commit 227b041

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

REQUIRE

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

src/integrators/integrator_interface.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,3 @@ function DiffEqBase.set_u!(integrator::SDEIntegrator, u)
357357
integrator.u = u
358358
u_modified!(integrator, true)
359359
end
360-
361-
function DiffEqBase.set_ut!(integrator::SDEIntegrator, u, t::Real)
362-
DiffEqBase.set_u!(integrator, u)
363-
DiffEqBase.set_t!(integrator, t)
364-
end

0 commit comments

Comments
 (0)