We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49f71d5 commit 3ac60b5Copy full SHA for 3ac60b5
1 file changed
src/tensors/braidingtensor.jl
@@ -56,7 +56,7 @@ end
56
# these are here to make the preprocessing for `@planar` expressions less painful
57
function BraidingTensor(TorA::Type, V1::S, V2::S, adjoint::Bool = false) where {S <: IndexSpace}
58
T = eltype(TorA)
59
- TA = storagetype(TorA)
+ TA = similarstoragetype(TorA)
60
return BraidingTensor{T, S, TA}(V1, V2, adjoint)
61
end
62
function BraidingTensor(TorA::Type, V1::IndexSpace, V2::IndexSpace, adjoint::Bool = false)
0 commit comments