mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 08:34:37 +08:00
Fix a link error in evaluation_benchmark.cc
Change-Id: I82ab8adc9c53e14ea2bd2398b978b41f60cca7d7
This commit is contained in:
@@ -85,7 +85,7 @@ struct BALData {
|
||||
|
||||
auto jacobian = evaluator->CreateJacobian();
|
||||
auto block_sparse = downcast_unique_ptr<BlockSparseMatrix>(jacobian);
|
||||
CHECK_NE(block_sparse.get(), nullptr);
|
||||
CHECK(block_sparse != nullptr);
|
||||
|
||||
std::mt19937 rng;
|
||||
std::normal_distribution<double> rnorm;
|
||||
|
||||
Reference in New Issue
Block a user