projects
/
mtp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7b7ab5
)
Cosmetics.
author
Francois Fleuret
<francois@fleuret.org>
Wed, 2 Jan 2013 02:31:16 +0000
(
03:31
+0100)
committer
Francois Fleuret
<francois@fleuret.org>
Wed, 2 Jan 2013 02:31:16 +0000
(
03:31
+0100)
mtp_stress_test.cc
patch
|
blob
|
history
diff --git
a/mtp_stress_test.cc
b/mtp_stress_test.cc
index
590e807
..
68af561
100644
(file)
--- 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);
}