Skip to content

Commit b499f3d

Browse files
committed
fix
1 parent e7f5103 commit b499f3d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/geometry_primitives.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ function convert_simplex(::Type{Vec{N, T}}, x) where {N, T}
5454
end
5555

5656
collect_with_eltype(::Type{T}, vec::Vector{T}) where T = vec
57-
collect_with_eltype(::Type{P}, vec::Vector{MetaPoint{P}}) where T = vec
5857
collect_with_eltype(::Type{T}, vec::AbstractVector{T}) where T = collect(vec)
5958

6059
function collect_with_eltype(::Type{T}, iter) where T

0 commit comments

Comments
 (0)