]> https://gitweb.dealii.org/ - dealii.git/commitdiff
A few more formatting changes.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 4 Oct 2009 22:34:22 +0000 (22:34 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 4 Oct 2009 22:34:22 +0000 (22:34 +0000)
git-svn-id: https://svn.dealii.org/trunk@19695 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-35/step-35.cc

index 8821171b9f536a2bc68e99e9545f4fd2e161a423..3030cfd4ed5a71881da661c0ac7c2905807676a1 100644 (file)
@@ -26,6 +26,7 @@
 #include <base/work_stream.h>
 #include <base/parallel.h>
 #include <base/utilities.h>
+#include <base/conditional_ostream.h>
 
 #include <lac/vector.h>
 #include <lac/sparse_matrix.h>
@@ -127,7 +128,8 @@ namespace RunTimeParameters
   {
     prm.declare_entry ("Method_Form", "rotational",
                       Patterns::Selection ("rotational|standard"),
-                      " Used to select the type of method that we are going to use. ");
+                      " Used to select the type of method that we are going "
+                      "to use. ");
     prm.enter_subsection ("Physical data");
     {
       prm.declare_entry ("initial_time", "0.",
@@ -174,23 +176,27 @@ namespace RunTimeParameters
                         " The size of the Krylov subspace to be used. ");
       prm.declare_entry ("off_diagonals", "60",
                         Patterns::Integer(0),
-                         " The number of off-diagonal elements ILU must compute. ");
+                         " The number of off-diagonal elements ILU must "
+                        "compute. ");
       prm.declare_entry ("diag_strength", "0.01",
                         Patterns::Double (0.),
                         " Diagonal strengthening coefficient. ");
       prm.declare_entry ("update_prec", "15",
                         Patterns::Integer(1),
-                         " This number indicates how often we need to update the preconditioner");
+                         " This number indicates how often we need to "
+                        "update the preconditioner");
     }
     prm.leave_subsection();
 
     prm.declare_entry ("verbose", "true",
                       Patterns::Bool(),
-                       " This indicates whether the output of the solution process should be verbose. ");
+                       " This indicates whether the output of the solution "
+                      "process should be verbose. ");
 
     prm.declare_entry ("output", "1",
                       Patterns::Integer(1),
-                       " This indicates between how many time steps we print the solution. ");
+                       " This indicates between how many time steps we print "
+                      "the solution. ");
   }
 
 

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.