Skip to content

Commit 8507405

Browse files
committed
add missing treeindex_data
1 parent 5f4af96 commit 8507405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fusiontrees/fusiontreeblocks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ function bendright(src::FusionTreeBlock)
139139
iszero(coeff) && continue
140140
vertices2 = N₂ > 0 ? (f₂.vertices..., ν) : ()
141141
f₂′ = FusionTree(uncoupled2, a, isdual2, inner2, vertices2)
142-
row = indexmap[(f₁′, f₂′)]
142+
row = indexmap[treeindex_data((f₁′, f₂′))]
143143
@inbounds U[row, col] = coeff
144144
end
145145
end

0 commit comments

Comments
 (0)