From 3ad2597a4eca5091031c213445c6583e21097d5f Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 10 May 2022 16:36:22 +0200 Subject: Update Ceres to latest upstream version 2.1.0 This release deprecated the Parameterization API and the new Manifolds API is to be used instead. This is what was done in the Libmv as part of this change. Additionally, remove the bundling scripts. Nowadays those are only leading to a duplicated work to maintain. --- extern/ceres/include/ceres/normal_prior.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extern/ceres/include/ceres/normal_prior.h') diff --git a/extern/ceres/include/ceres/normal_prior.h b/extern/ceres/include/ceres/normal_prior.h index 14ab379f4af..c5c7f3e623e 100644 --- a/extern/ceres/include/ceres/normal_prior.h +++ b/extern/ceres/include/ceres/normal_prior.h @@ -57,7 +57,7 @@ namespace ceres { // which would be the case if the covariance matrix S is rank // deficient. -class CERES_EXPORT NormalPrior : public CostFunction { +class CERES_EXPORT NormalPrior final : public CostFunction { public: // Check that the number of rows in the vector b are the same as the // number of columns in the matrix A, crash otherwise. -- cgit v1.2.3