From 02bc2f6135e8d64916147b262654059e0f91a6df Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Sun, 7 Oct 2012 13:17:26 +0200 Subject: [PATCH] Typos. --- mtp_tracker.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mtp_tracker.h b/mtp_tracker.h index 0a0c5d7..78df0fc 100644 --- a/mtp_tracker.h +++ b/mtp_tracker.h @@ -35,11 +35,11 @@ using namespace std; class MTPTracker { MTPGraph *_graph; - // The edges will be order as follow: First the nb_locations * - // 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. + // The edges will be ordered as follows: First the nb_locations * + // nb_time_steps edges inside the node pairs, which will have + // lengths equal to the opposite of the detection scores, then the + // edges between these node pairs, and finally the edges from source + // and to sink. scalar_t *_edge_lengths; int early_pair_node(int t, int l); -- 2.20.1