X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=mtp_example.cc;h=4d2ac63e978572327342039e4ab8deadd0b8cc82;hb=9490c76beeea6435b0d51dc2dc1c4c11f4054a2c;hp=cb3f44e21224bacff93110d1bf9e2ef7af5cc6cc;hpb=b55dae20c1b56dac452dda6ab2831ea6388c079b;p=mtp.git diff --git a/mtp_example.cc b/mtp_example.cc index cb3f44e..4d2ac63 100644 --- a/mtp_example.cc +++ b/mtp_example.cc @@ -124,7 +124,9 @@ int main(int argc, char **argv) { cout << "Trajectory " << t << " starting at " << tracker->trajectory_entrance_time(t) - << ", score " << tracker->trajectory_score(t) << ", through nodes "; + << ", duration " << tracker->trajectory_duration(t) + << ", score " << tracker->trajectory_score(t) + << ", through nodes "; for(int u = 0; u < tracker->trajectory_duration(t); u++) { cout << " " << tracker->trajectory_location(t, u); }