projects
/
mtp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d88b040
)
Update.
author
Francois Fleuret
<francois@fleuret.org>
Thu, 23 Aug 2012 05:24:12 +0000
(22:24 -0700)
committer
Francois Fleuret
<francois@fleuret.org>
Thu, 23 Aug 2012 05:24:12 +0000
(22:24 -0700)
mtp_graph.cc
patch
|
blob
|
history
diff --git
a/mtp_graph.cc
b/mtp_graph.cc
index
f94cec7
..
7167cf6
100644
(file)
--- a/
mtp_graph.cc
+++ b/
mtp_graph.cc
@@
-262,7
+262,6
@@
void MTPGraph::find_shortest_path(Vertex **_front, Vertex **_new_front) {
tmp_front_size = _new_front_size;
_new_front_size = _front_size;
_front_size = tmp_front_size;
- cout << "_front_size = " << _front_size << endl;
} while(_front_size > 0);
}