From eb3456abfa9c8f7a811b95e8acccfef28b5b3486 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sun, 20 Oct 2013 21:43:29 +0000 Subject: [PATCH] Bugfix: Remove stray decimal point git-svn-id: https://svn.dealii.org/trunk@31357 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 59e399ed28..9b4200e89c 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.1.e-10); + SolverControl control(200, 1.3e-10); const unsigned int size = 32; unsigned int dim = (size-1)*(size-1); -- 2.39.5