Skip to content

Commit b8e76be

Browse files
Merge pull request #43 from SciML/ChrisRackauckas-patch-1
Do not remove time tracking information from time
2 parents 233e46d + 3e33f83 commit b8e76be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solve.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ function DiffEqBase.__init(prob::AbstractSDDEProblem,# TODO DiffEqBasee.Abstract
350350
end
351351

352352
if controller === nothing
353-
controller = StochasticDiffEq.default_controller(getalg(alg), cache, qoldinit, beta1, beta2)
353+
controller = StochasticDiffEq.default_controller(getalg(alg), cache, convert(QT,qoldinit), beta1, beta2)
354354
end
355355

356356
opts = StochasticDiffEq.SDEOptions(maxiters, save_everystep,

0 commit comments

Comments
 (0)