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

Polish

parent 62ac3c9b
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,7 @@ else:
t1 = time.perf_counter()
timings_file.write(f"closest_succ defined in {t1 - t0:.0f} s\n")
t0 = t1
traj_prop = g.new_vertex_property("int", val=-1)
g.vp["traj"] = traj_prop
# Trajectory index to which a segment belongs. - 1 means the segment
......
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