Skip to content

Commit

Permalink
Unbreak the build on MacOS
Browse files Browse the repository at this point in the history
Change-Id: I9144a84842baf1921b8d5808983d8d4e7cde747a
  • Loading branch information
sandwichmaker committed May 19, 2022
1 parent 8ba8fbb commit 9b34ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ceres/accelerate_sparse.cc
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ AppleAccelerateCholesky<Scalar>::~AppleAccelerateCholesky() {
template <typename Scalar>
CompressedRowSparseMatrix::StorageType
AppleAccelerateCholesky<Scalar>::StorageType() const {
return CompressedRowSparseMatrix::LOWER_TRIANGULAR;
return CompressedRowSparseMatrix::StorageType::LOWER_TRIANGULAR;
}

template <typename Scalar>
Expand Down

0 comments on commit 9b34ece

Please sign in to comment.