Skip to content
Snippets Groups Projects
Commit 3aaf61b7 authored by Radek Hušek's avatar Radek Hušek
Browse files

guidedSubdivisionIterator: ...

parent 4470b2bd
No related branches found
No related tags found
No related merge requests found
......@@ -177,9 +177,9 @@ def guidedSubdivisionIterator(G, edges = None, guide = lambda H: (True, None), c
cont, val = guide(G)
else:
cont, val = guide(G, context)
yield val
if not cont:
raise DeadEnd()
yield val
return
for i in range(0, 3):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment