Skip to content

Commit 00825af

Browse files
committed
typo in _fusiontree_iterate
1 parent 440b42b commit 00825af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fusiontrees/iterator.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ function _fusiontree_iterate(uncoupledsectors::NTuple{N},
157157
nextout = iterate(outiterN, outstateN)
158158
nextout === nothing && return nothing
159159
b, outstateN = nextout
160-
vertexiterN = c dual(b)
160+
vertexiterN = coupled dual(b)
161161
nextline = iterate(vertexiterN)
162162
end
163163
a, vertexstateN = nextline

0 commit comments

Comments
 (0)