Skip to content

Commit 0a49510

Browse files
committed
one more fix
1 parent e0074e6 commit 0a49510

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sage/graphs/graph_decompositions/graph_products.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,7 @@ def rooted_product(G, H, root=None, immutable=None):
496496
raise ValueError("the specified root is not a vertex of H")
497497

498498
vertices = ((u, x) for u in G for x in H)
499+
499500
def edges():
500501
for u, v in G.edge_iterator(labels=False):
501502
yield ((u, root), (v, root))

0 commit comments

Comments
 (0)