Skip to content

Commit 275e327

Browse files
committed
Another small fix
1 parent 763ede0 commit 275e327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tensors/braidingtensor.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function BraidingTensor{T}(V1::S, V2::S, adjoint::Bool = false) where {T, S <: I
3131
end
3232
function BraidingTensor(V1::S, V2::S, adjoint::Bool = false) where {S <: IndexSpace}
3333
T = BraidingStyle(sectortype(S)) isa SymmetricBraiding ? Float64 : ComplexF64
34-
return BraidingTensor{T, S, Vector{T}}(V1, V2, Vector{T}, adjoint)
34+
return BraidingTensor{T, S, Vector{T}}(V1, V2, adjoint)
3535
end
3636
# necessary due to HomSpace ctor below
3737
function BraidingTensor(V1::S, V2::S, A, adjoint::Bool = false) where {S <: IndexSpace}

0 commit comments

Comments
 (0)