Skip to content

Commit 3504de3

Browse files
committed
Another fix?
1 parent f23ce5c commit 3504de3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/tensors/braidingtensor.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,7 @@ function planarcontract!(
261261
)
262262
# special case only defined for contracting all 4 indices of B (2 contracted + 2 open)
263263
length.(pB) == (2, 2) ||
264-
planarcontract!(C, A, pA, TensorMap(B), pB, pAB, α, β, backend, allocator)
265-
264+
return planarcontract!(C, A, pA, TensorMap(B), pB, pAB, α, β, backend, allocator)
266265

267266
spacecheck_contract(C, A, pA, false, B, pB, false, pAB)
268267

0 commit comments

Comments
 (0)