Skip to content

Commit eb68646

Browse files
committed
Fix incorrect lag
1 parent caab830 commit eb68646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dde/ddetst.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ end
201201
const prob_dde_DDETST_B2 =
202202
DDEProblem(DDEFunction(f_dde_DDETST_B2; analytic = fanalytic_dde_DDETST_B2),
203203
1.0, h_dde_DDETST_B2, (0.0, 2 * log(66));
204-
constant_lags = [(u, p, t) -> t / 2])
204+
dependent_lags = ((u, p, t) -> t / 2,))
205205

206206
# Problem C1
207207
@doc raw"""

0 commit comments

Comments
 (0)