Skip to content

Commit 291163f

Browse files
committed
actually use it in the function
1 parent deeceda commit 291163f

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
@@ -174,7 +174,7 @@ function DiffEqBase.__init(prob::DiffEqBase.AbstractDDEProblem,
174174

175175
# get states (possibly different from the ODE integrator!)
176176
u, uprev, uprev2 = u_uprev_uprev2(u0, alg;
177-
alias_u0 = aliases.alias_u0,
177+
alias_u0 = alias_u0,
178178
adaptive = adaptive,
179179
allow_extrapolation = allow_extrapolation,
180180
calck = calck)

0 commit comments

Comments
 (0)