From 8c6a3b5ace495ed836c80e5a6317abf40c521426 Mon Sep 17 00:00:00 2001 From: Christoph Hertzberg Date: Fri, 24 Apr 2015 21:35:30 +0200 Subject: Fix trivial warnings in LevenbergMarquardt module and test --- unsupported/Eigen/src/LevenbergMarquardt/LMpar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unsupported/Eigen/src/LevenbergMarquardt') diff --git a/unsupported/Eigen/src/LevenbergMarquardt/LMpar.h b/unsupported/Eigen/src/LevenbergMarquardt/LMpar.h index 731862341..9a4836547 100644 --- a/unsupported/Eigen/src/LevenbergMarquardt/LMpar.h +++ b/unsupported/Eigen/src/LevenbergMarquardt/LMpar.h @@ -30,7 +30,7 @@ namespace internal { using std::abs; typedef typename QRSolver::MatrixType MatrixType; typedef typename QRSolver::Scalar Scalar; - typedef typename QRSolver::StorageIndex StorageIndex; +// typedef typename QRSolver::StorageIndex StorageIndex; /* Local variables */ Index j; -- cgit v1.2.3