the repeated solves are already present in check_sparse_solving()

This commit is contained in:
Desire NUENTSA
2012-10-09 13:30:48 +02:00
parent f757034001
commit 77f92bf0b1
2 changed files with 7 additions and 11 deletions

View File

@@ -26,8 +26,6 @@ template<typename T> void test_gmres_T()
void test_gmres()
{
for(int i = 0; i < g_repeat; i++) {
CALL_SUBTEST_1(test_gmres_T<double>());
CALL_SUBTEST_2(test_gmres_T<std::complex<double> >());
}
CALL_SUBTEST_1(test_gmres_T<double>());
CALL_SUBTEST_2(test_gmres_T<std::complex<double> >());
}