Skip to content

Commit 68b6036

Browse files
authored
Update tn_utilities.jl
Fixed typo
1 parent 93742b8 commit 68b6036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tn_utilities.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ function connect!(TN::TensorNetwork)
213213
end
214214
if TN[L.lo].y == TN[q].y
215215
# If there is a tensor at the steiner point, directly connect them
216-
addedge!(FTN, L.lo, q)
216+
addedge!(TN, L.lo, q)
217217
else
218218
# Otherwise include a new point
219219
Al = TN[L.hi].y - TN[L.lo].y

0 commit comments

Comments
 (0)