Skip to content

Commit 8101928

Browse files
committed
add comment
1 parent 0f50e0a commit 8101928

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/OrdinaryDiffEqCore/src/solve.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ function DiffEqBase.__init(
163163
p = prob.p
164164

165165
# Get the control variables
166+
# If alias kwarg is just default, use alias_u0, which is false by default, or is set by a kwarg to solve
167+
# If alias_u0 is not nothing, use the alias_u0 provided by the user
166168
if isnothing(alias.alias_u0)
167169
alias = ODEAliases(alias_u0)
168170
end

0 commit comments

Comments
 (0)