mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
Fix minor include and formatting issues.
Change-Id: I14417b775b4d67bba8b0bbbb37fc0b37efc20fbf
This commit is contained in:
@@ -40,9 +40,6 @@
|
||||
#include "ceres/block_structure.h"
|
||||
#include "ceres/conjugate_gradients_solver.h"
|
||||
#include "ceres/implicit_schur_complement.h"
|
||||
#include "ceres/linear_solver.h"
|
||||
#include "ceres/triplet_sparse_matrix.h"
|
||||
#include "ceres/visibility_based_preconditioner.h"
|
||||
#include "ceres/internal/eigen.h"
|
||||
#include "ceres/internal/scoped_ptr.h"
|
||||
#include "ceres/linear_solver.h"
|
||||
|
||||
@@ -81,7 +81,7 @@ LinearSolver* LinearSolver::Create(const LinearSolver::Options& options) {
|
||||
default:
|
||||
LOG(FATAL) << "Unknown linear solver type :"
|
||||
<< options.type;
|
||||
return NULL; // MSVC doesn't understand that LOG(FATAL) never returns.
|
||||
return NULL; // MSVC doesn't understand that LOG(FATAL) never returns.
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user