aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cholesky.cpp
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2016-09-21 21:53:00 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2016-09-21 21:53:00 +0200
commitaecc51a3e8f15ab28fb5fbfda04e027213a4c732 (patch)
treeb8db971aece14c7c4a76f6b0e078e9a91c407704 /test/cholesky.cpp
parent1fc3a21ed0ca27aef0a900b8b49e3dcb086e5157 (diff)
fix typo
Diffstat (limited to 'test/cholesky.cpp')
-rw-r--r--test/cholesky.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cholesky.cpp b/test/cholesky.cpp
index e4af80fe2..8ad5ac639 100644
--- a/test/cholesky.cpp
+++ b/test/cholesky.cpp
@@ -417,7 +417,7 @@ void cholesky_faillure_cases()
VERIFY_IS_NOT_APPROX(mat,ldlt.reconstructedMatrix());
VERIFY(ldlt.info()==NumericalIssue);
}
-#if (!EIGEN_ARCH_i386) || EIGEN_VECTORIZE_SSE2
+#if (!EIGEN_ARCH_i386) || defined(EIGEN_VECTORIZE_SSE2)
{
mat.resize(3,3);
mat << -1, -3, 3,