mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
Fix a build breakage
Change-Id: I57591bc42d53f9856b49f7a16732a2a1e259dc67
This commit is contained in:
@@ -183,14 +183,13 @@ cholmod_factor* SuiteSparse::AnalyzeCholesky(cholmod_sparse* A,
|
||||
StringPrintf("cholmod_analyze failed. error code: %d", cc_.status);
|
||||
return nullptr;
|
||||
}
|
||||
CHECK(factor != nullptr);
|
||||
|
||||
CHECK(factor != nullptr);
|
||||
if (VLOG_IS_ON(2)) {
|
||||
cholmod_print_common(const_cast<char*>("Symbolic Analysis"), &cc_);
|
||||
}
|
||||
}
|
||||
|
||||
return factor;
|
||||
return factor;
|
||||
}
|
||||
|
||||
cholmod_factor* SuiteSparse::AnalyzeCholeskyWithGivenOrdering(
|
||||
|
||||
Reference in New Issue
Block a user