[cig-commits] [commit] master: Minor edits to some text. (d3a1a7b)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Tue Jul 29 14:00:04 PDT 2014


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

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/3a7316fa5e75381c5a57ecbb411b57c88f36d467...00ccc11ac992c96b6dd25ec3d78345eb67e3001d

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

commit d3a1a7b1e456f44f9931cbc10554dde4408d88db
Author: Wolfgang Bangerth <bangerth at math.tamu.edu>
Date:   Tue Jul 29 15:36:28 2014 -0500

    Minor edits to some text.


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

d3a1a7b1e456f44f9931cbc10554dde4408d88db
 source/mesh_refinement/minimum_refinement_function.cc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/source/mesh_refinement/minimum_refinement_function.cc b/source/mesh_refinement/minimum_refinement_function.cc
index d941cb0..413552a 100644
--- a/source/mesh_refinement/minimum_refinement_function.cc
+++ b/source/mesh_refinement/minimum_refinement_function.cc
@@ -109,12 +109,12 @@ namespace aspect
            */
           prm.declare_entry ("Coordinate system", "depth",
                              Patterns::Selection ("depth|cartesian|spherical"),
-                             "A selection, which determines the assumed coordinate "
+                             "A selection that determines the assumed coordinate "
                              "system for the function variables. Allowed values "
                              "are 'depth', 'cartesian' and 'spherical'. 'depth' "
                              "requires a function expression that only "
                              "depends on one variable, which is interpreted to "
-                             "be the depth of the point. 'spherical' coordinates "
+                             "be the depth of the point (in meters). 'spherical' coordinates "
                              "are interpreted as r,phi or r,phi,theta in 2D/3D "
                              "respectively with theta being the polar angle.");
           /**
@@ -190,6 +190,6 @@ namespace aspect
                                               "is r,phi,theta and not r,theta,phi, since this "
                                               "allows for dimension independent expressions. "
                                               "After evaluating the function, its values are "
-                                              "rounded to the nearest integer. ")
+                                              "rounded to the nearest integer.")
   }
 }



More information about the CIG-COMMITS mailing list