diff options
Diffstat (limited to 'eigen/test/ref.cpp')
-rw-r--r-- | eigen/test/ref.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/eigen/test/ref.cpp b/eigen/test/ref.cpp index 9dd2c04..704495a 100644 --- a/eigen/test/ref.cpp +++ b/eigen/test/ref.cpp @@ -32,7 +32,6 @@ template<typename MatrixType> void ref_matrix(const MatrixType& m) { - typedef typename MatrixType::Index Index; typedef typename MatrixType::Scalar Scalar; typedef typename MatrixType::RealScalar RealScalar; typedef Matrix<Scalar,Dynamic,Dynamic,MatrixType::Options> DynMatrixType; @@ -80,7 +79,6 @@ template<typename MatrixType> void ref_matrix(const MatrixType& m) template<typename VectorType> void ref_vector(const VectorType& m) { - typedef typename VectorType::Index Index; typedef typename VectorType::Scalar Scalar; typedef typename VectorType::RealScalar RealScalar; typedef Matrix<Scalar,Dynamic,1,VectorType::Options> DynMatrixType; |