Fix trivial warnings in LevenbergMarquardt module and test

This commit is contained in:
Christoph Hertzberg
2015-04-24 21:35:30 +02:00
parent de18cd413d
commit 8c6a3b5ace
2 changed files with 16 additions and 11 deletions

View File

@@ -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;