projects
/
mtp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef8129a
)
The debugging information was incorrect.
author
Francois Fleuret
<francois@fleuret.org>
Tue, 4 Mar 2014 20:19:57 +0000
(21:19 +0100)
committer
Francois Fleuret
<francois@fleuret.org>
Tue, 4 Mar 2014 20:19:57 +0000
(21:19 +0100)
mtp_graph.cc
patch
|
blob
|
history
diff --git
a/mtp_graph.cc
b/mtp_graph.cc
index
8849acd
..
2cbb338
100644
(file)
--- a/
mtp_graph.cc
+++ b/
mtp_graph.cc
@@
-241,7
+241,7
@@
void MTPGraph::force_positivized_lengths() {
}
}
#ifdef VERBOSE
- cerr << __FILE__ << ": residual_error " << residual_error << " max_error " <<
residual
_error << endl;
+ cerr << __FILE__ << ": residual_error " << residual_error << " max_error " <<
max
_error << endl;
#endif
}