LinearSolver::Summary::status -> LinearSolver::Summary::message.
And a bunch of minor lint cleanups as they showed up.
Change-Id: I430a6b05710923c72daf6a5df4dfcd16fbf44b3a
diff --git a/internal/ceres/corrector.cc b/internal/ceres/corrector.cc
index f9deb87..581fc6d 100644
--- a/internal/ceres/corrector.cc
+++ b/internal/ceres/corrector.cc
@@ -125,7 +125,7 @@
// The common case (rho[2] <= 0).
if (alpha_sq_norm_ == 0.0) {
VectorRef(jacobian, num_rows * num_cols) *= sqrt_rho1_;
- return;
+ return;
}
// Equation 11 in BANS.