aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/adjoint.cpp
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-12-11 10:07:18 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-12-11 10:07:18 +0000
commit2b20814ced28e465dfa275606d4d20656539f2e5 (patch)
tree2681b0c2b2e67f70cb4146d4a63cca3a569edaa2 /test/adjoint.cpp
parentd50ce24dd9631f6bb53b4f19667500efe6e23cca (diff)
Expand and improve unit-tests
Diffstat (limited to 'test/adjoint.cpp')
-rw-r--r--test/adjoint.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/adjoint.cpp b/test/adjoint.cpp
index 4b4b42f20..1d98d6a9b 100644
--- a/test/adjoint.cpp
+++ b/test/adjoint.cpp
@@ -91,7 +91,7 @@ template<typename MatrixType> void adjoint(const MatrixType& m)
void EigenTest::testAdjoint()
{
- REPEAT {
+ for(int i = 0; i < m_repeat; i++) {
adjoint(Matrix<float, 1, 1>());
adjoint(Matrix4d());
adjoint(MatrixXcf(3, 3));