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
tracker->write(&out_tracker);
}
- // Does the tracking per se
+ // Performs the tracking per se
tracker->track();