From 04f281ed172fc5308468a6f209a406361787eb22 Mon Sep 17 00:00:00 2001 From: maier Date: Sun, 20 Oct 2013 15:30:27 +0000 Subject: [PATCH] Change the tolerance for trilinos/deal_solver_02 a bit git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31339 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/trilinos/deal_solver_02.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/trilinos/deal_solver_02.cc b/tests/trilinos/deal_solver_02.cc index bc99a31d23..59e399ed28 100644 --- a/tests/trilinos/deal_solver_02.cc +++ b/tests/trilinos/deal_solver_02.cc @@ -76,7 +76,7 @@ int main(int argc, char **argv) { - SolverControl control(200, 1.e-10); + SolverControl control(200, 1.1.e-10); const unsigned int size = 32; unsigned int dim = (size-1)*(size-1); -- 2.39.5