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.
1 parent ab097cd commit 64a877bCopy full SHA for 64a877b
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