Skip to content

Commit f1b1402

Browse files
authored
Revert "specialize components for tuple directsumspace Fun (#385)" (#387)
This reverts commit 0614ba0.
1 parent 0afcf9a commit f1b1402

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Spaces/SumSpace.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,6 @@ function interlace(v::Union{Tuple,Vector{Any}},sp::DirectSumSpace)
403403
end
404404

405405
components(f::Fun{<:DirectSumSpace}) = [component(f,j) for j=1:ncomponents(f)]
406-
components(f::Fun{<:DirectSumSpace{<:Tuple}}) = ntuple(j->component(f,j), ncomponents(f))
407406

408407
function Fun(v::AbstractVector{F},::Type{PiecewiseSpace}) where F<:Fun
409408
sp = PiecewiseSpace(map(space,v))

0 commit comments

Comments
 (0)