From: maier Date: Sun, 20 Oct 2013 15:30:27 +0000 (+0000) Subject: Change the tolerance for trilinos/deal_solver_02 a bit X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04f281ed172fc5308468a6f209a406361787eb22;p=dealii-svn.git 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 --- 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);