Skip to content

Commit a6e8e0e

Browse files
Merge pull request #35 from JuliaDiffEq/fbot/deps
Fix deprecations
2 parents ab097cd + 64a877b commit a6e8e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ end
4545

4646

4747
function vecvecapply(f,v)
48-
sol = Vector{eltype(eltype(v))}(0)
48+
sol = Vector{eltype(eltype(v))}()
4949
for i in eachindex(v)
5050
for j in eachindex(v[i])
5151
push!(sol,v[i][j])

0 commit comments

Comments
 (0)