]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Bugfix: Remove stray decimal point
authorMatthias Maier <tamiko@kyomu.43-1.org>
Sun, 20 Oct 2013 21:43:29 +0000 (21:43 +0000)
committerMatthias Maier <tamiko@kyomu.43-1.org>
Sun, 20 Oct 2013 21:43:29 +0000 (21:43 +0000)
git-svn-id: https://svn.dealii.org/trunk@31357 0785d39b-7218-0410-832d-ea1e28bc413d

tests/trilinos/deal_solver_02.cc

index 59e399ed285c699eff4ef17f45a9742f65ebd3e8..9b4200e89ceb9e7d9c51c98fdaf020f2e1287e0a 100644 (file)
@@ -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);

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.