X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=mtp_tracker.h;h=01c831b60be0b73ba8ba2d2f228c62fe4a871747;hb=2bee794949c48671540bc70690d0b77c9168f953;hp=001bca19daf5cc23639f21adcc3dd0fe04d3fa82;hpb=f2e3ed51b2a5b2776c86223e873d765cb2b78c15;p=mtp.git diff --git a/mtp_tracker.h b/mtp_tracker.h index 001bca1..01c831b 100644 --- a/mtp_tracker.h +++ b/mtp_tracker.h @@ -48,7 +48,7 @@ public: // The spatial structure int nb_locations, nb_time_steps; int **allowed_motion; - int *entrances, *exits; + int **entrances, **exits; // The detection scores at each location and time scalar_t **detection_scores;