From 77f92bf0b1e9dda872c3844c368f97fa5644a4e4 Mon Sep 17 00:00:00 2001 From: Desire NUENTSA Date: Tue, 9 Oct 2012 13:30:48 +0200 Subject: the repeated solves are already present in check_sparse_solving() --- unsupported/test/gmres.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'unsupported/test/gmres.cpp') diff --git a/unsupported/test/gmres.cpp b/unsupported/test/gmres.cpp index 647c16927..f2969116b 100644 --- a/unsupported/test/gmres.cpp +++ b/unsupported/test/gmres.cpp @@ -26,8 +26,6 @@ template void test_gmres_T() void test_gmres() { - for(int i = 0; i < g_repeat; i++) { - CALL_SUBTEST_1(test_gmres_T()); - CALL_SUBTEST_2(test_gmres_T >()); - } + CALL_SUBTEST_1(test_gmres_T()); + CALL_SUBTEST_2(test_gmres_T >()); } -- cgit v1.2.3