Fix a link error in evaluation_benchmark.cc

Change-Id: I82ab8adc9c53e14ea2bd2398b978b41f60cca7d7
This commit is contained in:
Sameer Agarwal
2022-10-26 16:51:44 -07:00
parent 19a3d07f90
commit 699e3f3b39
+1 -1
View File
@@ -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;