Fix warning typedef XXX locally defined but not used

This commit is contained in:
Gael Guennebaud
2013-06-21 09:27:38 +02:00
parent 7adfca5af2
commit cf5c5ed725
6 changed files with 4 additions and 17 deletions

View File

@@ -106,10 +106,7 @@ void evalSolverSugarFunction( const POLYNOMIAL& pols, const ROOTS& roots, const
typedef typename POLYNOMIAL::Scalar Scalar;
typedef typename REAL_ROOTS::Scalar Real;
typedef PolynomialSolver<Scalar, Deg > PolynomialSolverType;
typedef typename PolynomialSolverType::RootsType RootsType;
typedef Matrix<Scalar,Deg,1> EvalRootsType;
//Test realRoots
std::vector< Real > calc_realRoots;