commit | d28b3c86d36088aabc2331b8bab8dc15fb4f0eaa | [log] [tgz] |
---|---|---|
author | Sameer Agarwal <sameeragarwal@google.com> | Tue Jun 05 21:50:31 2012 -0700 |
committer | Sameer Agarwal <sameeragarwal@google.com> | Tue Jun 05 21:50:31 2012 -0700 |
tree | 1fbc4b4535136cd76fc81a297eb4bba97f880b00 | |
parent | 4845bc47a1aa6eaf0c68c31e6e99677fc7fca341 [diff] |
Minor spacing issue fix. Change-Id: I056354f0066e4912c2143798151e2c8e24b0f729
diff --git a/internal/ceres/trust_region_minimizer.cc b/internal/ceres/trust_region_minimizer.cc index bb6c4a1..6030f95 100644 --- a/internal/ceres/trust_region_minimizer.cc +++ b/internal/ceres/trust_region_minimizer.cc
@@ -359,7 +359,7 @@ return; } - VLOG(2) << "old cost: " << cost << "new cost: " << new_cost; + VLOG(2) << "old cost: " << cost << " new cost: " << new_cost; iteration_summary.cost_change = cost - new_cost; const double absolute_function_tolerance = options_.function_tolerance * cost;