projects
/
mtp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfbef5a
)
Cosmetics.
author
Francois Fleuret
<francois@fleuret.org>
Fri, 7 Sep 2012 09:53:10 +0000
(11:53 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Fri, 7 Sep 2012 09:53:10 +0000
(11:53 +0200)
mtp_example.cc
patch
|
blob
|
history
diff --git
a/mtp_example.cc
b/mtp_example.cc
index
ac67200
..
c1f6778
100644
(file)
--- a/
mtp_example.cc
+++ b/
mtp_example.cc
@@
-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 locations
";
+ << ", through locations";
for(int u = 0; u < tracker->trajectory_duration(t); u++) {
cout << " " << tracker->trajectory_location(t, u);
}