[cig-commits] [commit] master: Addressed issues and added to changelog (cf064c4)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Dec 17 23:24:59 PST 2014


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

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/c1465eb80ac07139659936dd80414c93d876e518...1a6b7735396a24c6b2d09b93f5acbcbe86bc2e64

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

commit cf064c47fe07b75c930d9b443ef8114d6a105f9f
Author: Ryan Grove <rgrove at clemson.edu>
Date:   Tue Dec 9 11:09:55 2014 -0500

    Addressed issues and added to changelog
    
    Fixed labels to include units with proper grammar and also added a blurb to the changelog.


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

cf064c47fe07b75c930d9b443ef8114d6a105f9f
 doc/modules/changes.h        | 5 +++++
 source/geometry_model/box.cc | 8 ++++----
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/doc/modules/changes.h b/doc/modules/changes.h
index f9e016b..2ece0d5 100644
--- a/doc/modules/changes.h
+++ b/doc/modules/changes.h
@@ -6,6 +6,11 @@
  *
  *
  * <ol>
+ *<li> New:  There is now the option to specify an origin when using the box
+ * goemetry model.
+ * <br>
+ * (Ryan Grove, 2014/12/09)
+ *
  *<li> New: There is now the possibility to interpolate the visualization
  * output to a refined output mesh. This accounts for the fact that most
  * visualization software only offers linear interpolation between grid points
diff --git a/source/geometry_model/box.cc b/source/geometry_model/box.cc
index 252b054..9b0815d 100644
--- a/source/geometry_model/box.cc
+++ b/source/geometry_model/box.cc
@@ -217,18 +217,18 @@ namespace aspect
           prm.declare_entry ("Z extent", "1",
                              Patterns::Double (0),
                              "Extent of the box in z-direction. This value is ignored "
-                             "if the simulation is in 2d Units: m.");
+                             "if the simulation is in 2d. Units: m.");
 
           prm.declare_entry ("Box origin X coordinate", "0",
                              Patterns::Double (),
-                             "X coordinate of box origin.");
+                             "X coordinate of box origin. Units: m.");
           prm.declare_entry ("Box origin Y coordinate", "0",
                              Patterns::Double (),
-                             "Y coordinate of box origin.");
+                             "Y coordinate of box origin. Units: m.");
           prm.declare_entry ("Box origin Z coordinate", "0",
                              Patterns::Double (),
                              "Z coordinate of box origin. This value is ignored "
-                             "if the simulation is in 2d Units: m.");
+                             "if the simulation is in 2d. Units: m.");
 
           prm.declare_entry ("X repetitions", "1",
                              Patterns::Integer (1),



More information about the CIG-COMMITS mailing list