]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Extract integral parameters with get_integer().
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 17 Jan 2010 22:50:54 +0000 (22:50 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 17 Jan 2010 22:50:54 +0000 (22:50 +0000)
git-svn-id: https://svn.dealii.org/trunk@20382 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/numerics/newton.templates.h

index 410b0d02819f1869f0a18637129df2572bcec2a1..6f1e0173f92e006034e4e6b911764bd743a9cb82 100644 (file)
@@ -55,7 +55,7 @@ namespace Algorithms
     param.enter_subsection("Newton");
     control.parse_parameters (param);
     assemble_threshold = param.get_double("Assemble threshold");
-    n_stepsize_iterations = param.get_double("Stepsize iterations");
+    n_stepsize_iterations = param.get_integer("Stepsize iterations");
     debug_vectors = param.get_bool("Debug vectors");
     param.leave_subsection ();
   }

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.