From bbdfe42628cc324904a49d472230c8cbbfd9e1d5 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 16 Jan 2019 11:45:13 +0100 Subject: update eigen --- eigen/test/permutationmatrices.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'eigen/test/permutationmatrices.cpp') diff --git a/eigen/test/permutationmatrices.cpp b/eigen/test/permutationmatrices.cpp index b2229cf..e885f0e 100644 --- a/eigen/test/permutationmatrices.cpp +++ b/eigen/test/permutationmatrices.cpp @@ -14,7 +14,6 @@ using namespace std; template void permutationmatrices(const MatrixType& m) { - typedef typename MatrixType::Index Index; typedef typename MatrixType::Scalar Scalar; enum { Rows = MatrixType::RowsAtCompileTime, Cols = MatrixType::ColsAtCompileTime, Options = MatrixType::Options }; -- cgit v1.2.3