From a7c54832b4fb2ccef0e80268e35a2880e7330239 Mon Sep 17 00:00:00 2001 From: Lionel GUEZ <guez@lmd.ens.fr> Date: Fri, 10 Mar 2023 21:22:53 +0100 Subject: [PATCH] Polish --- Trajectories/trajectories.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Trajectories/trajectories.py b/Trajectories/trajectories.py index 63a1ccab..f8e1a81c 100755 --- a/Trajectories/trajectories.py +++ b/Trajectories/trajectories.py @@ -7,6 +7,9 @@ Input: the graph of segments produced by Graph-tool (in gt or graphml format). Output: trajectories as lists of segments and as lists of instantaneous eddies, in JSon files. +By construction, the segments and the instantaneous eddies in each +trajectory are in ascending order. + """ import graph_tool -- GitLab