From f691873b3bfb2c9eff7e249f8a360dd1e636fe70 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Wed, 2 Jan 2013 03:31:16 +0100 Subject: [PATCH] Cosmetics. --- mtp_stress_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.20.1