Skip to content
Snippets Groups Projects
Commit 3049afec authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Read node number on the command line

parent b9f33780
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ else:
g.set_directed(False)
for v in g.vertices():
if g.vp.name[v] == "109114663": break
if g.vp.name[v] == sys.argv[2]: break
label = topology.label_out_component(g, v)
g.set_vertex_filter(label)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment