Lint and other cleanups from William Rucklidge

Change-Id: I7fb23c2db85f0f121204560b79f1966f3d584431
This commit is contained in:
Sameer Agarwal
2013-11-05 13:04:56 -08:00
parent 69bd65ff43
commit 9ba0b352a2
13 changed files with 26 additions and 15 deletions
+2 -1
View File
@@ -42,7 +42,8 @@
namespace ceres {
namespace internal {
ImplicitSchurComplement::ImplicitSchurComplement(const LinearSolver::Options& options)
ImplicitSchurComplement::ImplicitSchurComplement(
const LinearSolver::Options& options)
: options_(options),
D_(NULL),
b_(NULL) {