Skip to content

Commit c747137

Browse files
committed
Missing module qualifier
1 parent e85b79d commit c747137

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/tensors/abstractblocktensor/abstracttensormap.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ Base.getindex(iter::TK.BlockIterator{<:AbstractBlockTensorMap}, c::Sector) = blo
109109
function TensorKit.storagetype(::Type{TT}) where {TT <: AbstractBlockTensorMap}
110110
if eltype(TT) isa Union
111111
TU = eltype(TT)
112-
return promote_storagetype(TU.a, TU.b)
112+
return TensorKit.promote_storagetype(TU.a, TU.b)
113113
else
114-
return storagetype(eltype(TT))
114+
return TensorKit.storagetype(eltype(TT))
115115
end
116116
end

0 commit comments

Comments
 (0)