From: Francois Fleuret Date: Tue, 4 Mar 2014 20:19:57 +0000 (+0100) Subject: The debugging information was incorrect. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mtp.git;a=commitdiff_plain;h=5e5f04c1c5731240d50a1f9fb99c077d70dff223 The debugging information was incorrect. --- diff --git a/mtp_graph.cc b/mtp_graph.cc index 8849acd..2cbb338 100644 --- 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 }