Skip to content

Commit 2441333

Browse files
committed
Remove incorrect type parameter
1 parent 426b1ab commit 2441333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tensors/tensor.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ of size `(dims(codomain(t), f₁.uncoupled)..., dims(domain(t), f₂.uncoupled))
499499
500500
See also [`Base.getindex(::TensorMap{T,S,N₁,N₂,I<:Sector}, ::FusionTree{I<:Sector,N₁}, ::FusionTree{I<:Sector,N₂})`](@ref)
501501
"""
502-
@propagate_inbounds function Base.setindex!(t::TensorMap{T,S,N₁,N₂,I},
502+
@propagate_inbounds function Base.setindex!(t::TensorMap{T,S,N₁,N₂},
503503
v,
504504
f₁::FusionTree{I,N₁},
505505
f₂::FusionTree{I,N₂}) where {T,S,N₁,N₂,

0 commit comments

Comments
 (0)