X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mtp.git;a=blobdiff_plain;f=mtp_example.cc;h=c1f67787e453f695603798512f1763dc9108846d;hp=e4df5df8afb2ec6b25ae9d195edb9853097b9957;hb=20f94c6bff1541da8d0639966787dc8aaafea025;hpb=32139a0f7307a4a4b209e43d44abbed6cdc00c89 diff --git a/mtp_example.cc b/mtp_example.cc index e4df5df..c1f6778 100644 --- a/mtp_example.cc +++ b/mtp_example.cc @@ -146,7 +146,7 @@ int main(int argc, char **argv) { << " starting at " << tracker->trajectory_entrance_time(t) << ", duration " << tracker->trajectory_duration(t) << ", score " << tracker->trajectory_score(t) - << ", through nodes "; + << ", through locations"; for(int u = 0; u < tracker->trajectory_duration(t); u++) { cout << " " << tracker->trajectory_location(t, u); }