Cosmetics.
authorFrancois Fleuret <francois@fleuret.org>
Wed, 2 Jan 2013 02:31:16 +0000 (03:31 +0100)
committerFrancois Fleuret <francois@fleuret.org>
Wed, 2 Jan 2013 02:31:16 +0000 (03:31 +0100)
mtp_stress_test.cc

index 590e807..68af561 100644 (file)
@@ -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);
     }