Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Radek Hušek
group-connectivity-pub
Commits
3aaf61b7
Commit
3aaf61b7
authored
Jul 29, 2016
by
Radek Hušek
Browse files
guidedSubdivisionIterator: ...
parent
4470b2bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
groupConnectivity.pyx
View file @
3aaf61b7
...
...
@@ -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
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment