diff --git a/test/svd_common.h b/test/svd_common.h index 61c6a065d..649747027 100644 --- a/test/svd_common.h +++ b/test/svd_common.h @@ -553,8 +553,7 @@ template void svd_verify_constructor_options_assert(const MatrixType& m) { typedef typename MatrixType::Scalar Scalar; Index rows = m.rows(); - Index cols = m.cols(); - + enum { RowsAtCompileTime = MatrixType::RowsAtCompileTime, ColsAtCompileTime = MatrixType::ColsAtCompileTime