]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Break a long string to lead to a better line break.
authorWolfgang Bangerth <bangerth@colostate.edu>
Wed, 13 May 2020 21:30:02 +0000 (15:30 -0600)
committerMatthias Maier <tamiko@43-1.org>
Fri, 15 May 2020 00:18:09 +0000 (19:18 -0500)
examples/step-50/step-50.cc

index 99af2cbc3acd153af135afdeaf4347b44c6d2742..86d354278050a29b05c221f7d4f3d77b07966a9f 100644 (file)
@@ -313,11 +313,11 @@ bool Settings::try_parse(const std::string &prm_filename)
                     "1",
                     Patterns::Integer(1),
                     "Number of smoother steps.");
-  prm.declare_entry(
-    "solver",
-    "MF",
-    Patterns::Selection("MF|MB|AMG"),
-    "Switch between matrix-free GMG,  matrix-based GMG, and AMG.");
+  prm.declare_entry("solver",
+                    "MF",
+                    Patterns::Selection("MF|MB|AMG"),
+                    "Switch between matrix-free GMG, "
+                    "matrix-based GMG, and AMG.");
   prm.declare_entry("output",
                     "false",
                     Patterns::Bool(),

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.