From: Matthias Maier <tamiko@kyomu.43-1.org>
Date: Sun, 20 Oct 2013 15:30:27 +0000 (+0000)
Subject: Change the tolerance for trilinos/deal_solver_02 a bit
X-Git-Tag: v8.1.0~570^2~7
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c59eb276fceb2e84af7f29fe74d69e55526808c9;p=dealii.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);