From 0b897c5e246862e9c9d46b319bcfe73fcd819460 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Mon, 27 Aug 2012 10:06:45 +0200 Subject: [PATCH] Comment cosmetics. --- mtp_example.cc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/mtp_example.cc b/mtp_example.cc index 91e4d6b..fffeacb 100644 --- a/mtp_example.cc +++ b/mtp_example.cc @@ -49,9 +49,8 @@ int main(int argc, char **argv) { tracker->allocate(nb_time_steps, nb_locations); - // We define the spatial structures by stating what are the possible - // motions of targets, and what are the entrances and the - // exits. + // We define the spatial structure by stating what are the possible + // motions of targets, and what are the entrances and the exits. // Here our example is a 1D space with motions from any location to // any location less than motion_amplitude away, entrance at @@ -122,7 +121,7 @@ int main(int argc, char **argv) { tracker->write(&out_tracker); } - // Does the tracking per se + // Performs the tracking per se tracker->track(); -- 2.20.1