projects
/
mtp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4da44fa
)
Verbose output in cerr.
author
Francois Fleuret
<francois@fleuret.org>
Tue, 21 Aug 2012 22:30:50 +0000
(15:30 -0700)
committer
Francois Fleuret
<francois@fleuret.org>
Tue, 21 Aug 2012 22:30:50 +0000
(15:30 -0700)
mtp.cc
patch
|
blob
|
history
diff --git
a/mtp.cc
b/mtp.cc
index
9fa61aa
..
8f37fd6
100644
(file)
--- a/
mtp.cc
+++ b/
mtp.cc
@@
-181,7
+181,7
@@
void Graph::find_shortest_path(Vertex **front, Vertex **new_front) {
}
}
#ifdef VERBOSE
- c
out
<< "residual_error " << residual_error << endl;
+ c
err
<< "residual_error " << residual_error << endl;
#endif
for(int v = 0; v < nb_vertices; v++) {