From e115fa3cead89763d4c07a5de834220f6fd73e4a Mon Sep 17 00:00:00 2001 From: Hauke Heibel Date: Sun, 27 Sep 2009 17:18:19 +0200 Subject: [PATCH] Ok, too many class bodies - it was only required for ei_svd_precondition_2x2_block_to_be_real. --- Eigen/src/SVD/JacobiSVD.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Eigen/src/SVD/JacobiSVD.h b/Eigen/src/SVD/JacobiSVD.h index d6b4561cf..6a0597893 100644 --- a/Eigen/src/SVD/JacobiSVD.h +++ b/Eigen/src/SVD/JacobiSVD.h @@ -34,13 +34,13 @@ templateMatrixType::ColsAtCompileTime))> -struct ei_svd_precondition_if_more_rows_than_cols {}; +struct ei_svd_precondition_if_more_rows_than_cols; templateMatrixType::RowsAtCompileTime))> -struct ei_svd_precondition_if_more_cols_than_rows {}; +struct ei_svd_precondition_if_more_cols_than_rows; /** \ingroup SVD_Module * \nonstableyet