Skip to content

Commit 2a96235

Browse files
committed
fix namespace
1 parent 62ce15b commit 2a96235

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/factorizations/truncation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function truncspace(space::ElementarySpace; by = abs, rev::Bool = true)
2525
return TruncationSpace(space, by, rev)
2626
end
2727

28-
spacetype(::Type{<:TruncationSpace{S}}) where {S} = S
28+
TensorKit.spacetype(::Type{<:TruncationSpace{S}}) where {S} = S
2929

3030
# truncate!
3131
# ---------

0 commit comments

Comments
 (0)