[cig-commits] [commit] master: rename parameter (c1362d5)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Mon May 19 20:14:31 PDT 2014


Repository : https://github.com/geodynamics/aspect

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/76d4275352ef2cae5de9a073acd1c03a92c2670c...4f3d06fd1f3754419813db37ec9ef7f0f6f3cb15

>---------------------------------------------------------------

commit c1362d553179c42de084f91643123f6df331f42e
Author: Timo Heister <timo.heister at gmail.com>
Date:   Mon May 19 20:36:19 2014 -0400

    rename parameter


>---------------------------------------------------------------

c1362d553179c42de084f91643123f6df331f42e
 source/simulator/parameters.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/simulator/parameters.cc b/source/simulator/parameters.cc
index 787ae27..102df0d 100644
--- a/source/simulator/parameters.cc
+++ b/source/simulator/parameters.cc
@@ -209,7 +209,7 @@ namespace aspect
                        "The name of the directory into which all output files should be "
                        "placed. This may be an absolute or a relative path.");
 
-    prm.declare_entry ("Use Stokes direct solver", "false",
+    prm.declare_entry ("Use direct solver for Stokes system", "false",
                        Patterns::Bool(),
                        "If set to true the linear system for the Stokes equation will "
                        "be solved using Trilinos klu, otherwise an iterative Schur "



More information about the CIG-COMMITS mailing list