Skip to content

Commit b2b5f98

Browse files
fix typo
1 parent 2242325 commit b2b5f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/benchmark.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ function WorkPrecisionSet(prob::AbstractEnsembleProblem,abstols,reltols,setups,t
440440
setups[k]...,
441441
abstol=_abstols[1],
442442
reltol=_reltols[1],
443-
dt=dts[1],
443+
dt=_dts[1],
444444
timeseries_errors=false,
445445
dense_errors = false,
446446
trajectories=Int(trajectories),kwargs...)

0 commit comments

Comments
 (0)