From: Francois Fleuret Date: Wed, 2 Jan 2013 02:31:16 +0000 (+0100) Subject: Cosmetics. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mtp.git;a=commitdiff_plain;h=f691873b3bfb2c9eff7e249f8a360dd1e636fe70 Cosmetics. --- 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); }