From fbdfcc88d59dac3ea8ee473f98dd95fc47655eb3 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Sat, 6 Oct 2012 17:56:41 +0200 Subject: [PATCH] Fixed the comment. --- mtp_tracker.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mtp_tracker.h b/mtp_tracker.h index 6f733f0..0a0c5d7 100644 --- a/mtp_tracker.h +++ b/mtp_tracker.h @@ -36,9 +36,10 @@ class MTPTracker { MTPGraph *_graph; // The edges will be order as follow: First the nb_locations * - // nb_time_steps "super node" internal ones, which will have length - // equal to the opposite of the detection score, then the - // intra-super nodes, then from source and to exits. + // nb_time_steps inside the node pairs, which will have lengths + // equal to the opposite of the detection scores, then the ones + // between node pairs, and finally the ones from source and to + // sink. scalar_t *_edge_lengths; int early_pair_node(int t, int l); -- 2.20.1