[cig-commits] [commit] master: Fix the description of a parameter. (28b5315)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed May 21 16:31:50 PDT 2014


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

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/7c9b74ed7f6e149b86519d3abf0c555383cba169...5b2b586a4f29499284711e77f2cb8d5a0bc64afe

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

commit 28b531596951c7020fed244af05788943c53bb09
Author: Wolfgang Bangerth <bangerth at math.tamu.edu>
Date:   Wed May 21 18:22:18 2014 -0500

    Fix the description of a parameter.


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

28b531596951c7020fed244af05788943c53bb09
 source/simulator/parameters.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/source/simulator/parameters.cc b/source/simulator/parameters.cc
index 459c152..fa995d1 100644
--- a/source/simulator/parameters.cc
+++ b/source/simulator/parameters.cc
@@ -336,7 +336,7 @@ namespace aspect
                          Patterns::Map (Patterns::Anything(),
                                         Patterns::Selection(VelocityBoundaryConditions::get_names<dim>())),
                          "A comma separated list denoting those boundaries "
-                         "on which the velocity is tangential but prescribed, i.e., where "
+                         "on which the velocity is prescribed, i.e., where unknown "
                          "external forces act to prescribe a particular velocity. This is "
                          "often used to prescribe a velocity that equals that of "
                          "overlying plates."
@@ -345,7 +345,7 @@ namespace aspect
                          "given as ``key1 [selector]: value1, key2 [selector]: value2, key3: value3, ...'' where "
                          "each key must be a valid boundary indicator (which is an integer) "
                          "and each value must be one of the currently implemented boundary "
-                         "velocity models. selector is an optional string given as a subset "
+                         "velocity models. ``selector'' is an optional string given as a subset "
                          "of the letters 'xyz' that allows you to apply the boundary conditions "
                          "only to the components listed. As an example, '1 y: function' applies "
                          "the type 'function' to the y component on boundary 1. Without a selector "



More information about the CIG-COMMITS mailing list