Stupid typo.
authorFrancois Fleuret <francois@fleuret.org>
Fri, 7 Sep 2012 09:52:51 +0000 (11:52 +0200)
committerFrancois Fleuret <francois@fleuret.org>
Fri, 7 Sep 2012 09:52:51 +0000 (11:52 +0200)
mtp_example.cc

index e4df5df..ac67200 100644 (file)
@@ -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);
     }