Fix some shadow warnings

This commit is contained in:
Christoph Hertzberg
2018-08-25 09:06:08 +02:00
parent f155e97adb
commit 117bc5d505
4 changed files with 5 additions and 19 deletions

View File

@@ -30,7 +30,6 @@ struct increment_if_fixed_size
template<int Deg, typename POLYNOMIAL, typename SOLVER>
bool aux_evalSolver( const POLYNOMIAL& pols, SOLVER& psolve )
{
typedef typename POLYNOMIAL::Index Index;
typedef typename POLYNOMIAL::Scalar Scalar;
typedef typename POLYNOMIAL::RealScalar RealScalar;