Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oscardssmith committed Nov 9, 2023
1 parent 24ca241 commit 3649f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/initdt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
if u0 isa Array && eltype(u0) isa Number
fill!(f₀, zero(T))
else
f₀ = zero.(u0 ./ t)
f₀ = zero.(f₀)
end
f(f₀, u0, p, t)
end
Expand Down

0 comments on commit 3649f66

Please sign in to comment.