aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/householder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/householder.cpp')
-rw-r--r--test/householder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/householder.cpp b/test/householder.cpp
index d98780872..2d025e702 100644
--- a/test/householder.cpp
+++ b/test/householder.cpp
@@ -119,7 +119,7 @@ template<typename MatrixType> void householder(const MatrixType& m)
void test_householder()
{
- for(int i = 0; i < 2*g_repeat; i++) {
+ for(int i = 0; i < g_repeat; i++) {
CALL_SUBTEST_1( householder(Matrix<double,2,2>()) );
CALL_SUBTEST_2( householder(Matrix<float,2,3>()) );
CALL_SUBTEST_3( householder(Matrix<double,3,5>()) );