X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mtp.git;a=blobdiff_plain;f=mtp_stress_test.cc;h=68af56168251d6af54ab87052964d917c534aabc;hp=590e8075551490fd47c76ef50c348cb4b4dc003e;hb=2228dec6631697204466df7e45b7ab3786f6308a;hpb=e777319f3c213198e574dd3cac2de1aeac6bfbbf diff --git a/mtp_stress_test.cc b/mtp_stress_test.cc index 590e807..68af561 100644 --- a/mtp_stress_test.cc +++ b/mtp_stress_test.cc @@ -73,7 +73,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); }