We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab097cd + 64a877b commit a6e8e0eCopy full SHA for a6e8e0e
src/utils.jl
@@ -45,7 +45,7 @@ end
45
46
47
function vecvecapply(f,v)
48
- sol = Vector{eltype(eltype(v))}(0)
+ sol = Vector{eltype(eltype(v))}()
49
for i in eachindex(v)
50
for j in eachindex(v[i])
51
push!(sol,v[i][j])
0 commit comments