[cig-commits] [commit] master: various documentation fixes (9889764)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Tue May 20 14:15:35 PDT 2014


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

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/5c16329f2e934fd02ab721efe77a648413c40291...5a8b99c90c9637fd4f285e38d6c598e4113d0e12

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

commit 98897649882d8a4c50af6d97a8d68ce08e3c675f
Author: Timo Heister <timo.heister at gmail.com>
Date:   Tue May 20 17:15:15 2014 -0400

    various documentation fixes
    
    This will make the latex stuff compile again


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

98897649882d8a4c50af6d97a8d68ce08e3c675f
 source/initial_conditions/solidus.cc                   | 2 +-
 source/postprocess/dynamic_topography.cc               | 2 +-
 source/postprocess/visualization/dynamic_topography.cc | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/source/initial_conditions/solidus.cc b/source/initial_conditions/solidus.cc
index 5805d5e..fb5e4f6 100644
--- a/source/initial_conditions/solidus.cc
+++ b/source/initial_conditions/solidus.cc
@@ -236,7 +236,7 @@ namespace aspect
                                "Line 2:  Unit of temperature (C/K)        "
                                "Unit of pressure (GPa/kbar) or radius (km/m) \n"
                                "Line 3~: Column of solidus temperature    Column of radius/pressure \n"
-                               "See data/initial_temperature/solidus.Mars as an example."
+                               "See data/initial-temperature/solidus.Mars as an example."
                                "\n\n"
                                "In order to facilitate placing input files in locations relative "
                                "to the ASPECT source directory, the file name may also include the special "
diff --git a/source/postprocess/dynamic_topography.cc b/source/postprocess/dynamic_topography.cc
index 1ffa5d2..4ff4b34 100644
--- a/source/postprocess/dynamic_topography.cc
+++ b/source/postprocess/dynamic_topography.cc
@@ -263,7 +263,7 @@ namespace aspect
                                   "that sit along the top surface, we evaluate the stress and "
                                   "evaluate the component of it in the direction in which "
                                   "gravity acts. In other words, we compute "
-                                  "$\\sigma_{rr}={\\hat g}^T(2 \\eta \\varepsilon(\\mathbf u)-\frac 13 (\\textrm{div}\\;\\mathbf u)I)\\hat g - p_d$ "
+                                  "$\\sigma_{rr}={\\hat g}^T(2 \\eta \\varepsilon(\\mathbf u)- \\frac 13 (\\textrm{div}\\;\\mathbf u)I)\\hat g - p_d$ "
                                   "where $\\hat g = \\mathbf g/\\|\\mathbf g\\|$ is the direction of "
                                   "the gravity vector $\\mathbf g$ and $p_d=p-p_a$ is the dynamic "
                                   "pressure computed by subtracting the adiabatic pressure $p_a$ "
diff --git a/source/postprocess/visualization/dynamic_topography.cc b/source/postprocess/visualization/dynamic_topography.cc
index cf42900..35a6728 100644
--- a/source/postprocess/visualization/dynamic_topography.cc
+++ b/source/postprocess/visualization/dynamic_topography.cc
@@ -235,7 +235,7 @@ namespace aspect
                                                   "dynamic topography requires us to compute the stress tensor and "
                                                   "evaluate the component of it in the direction in which "
                                                   "gravity acts. In other words, we compute "
-                                                  "$\\sigma_{rr}={\\hat g}^T(2 \\eta \\varepsilon(\\mathbf u)-\frac 13 (\\textrm{div}\\;\\mathbf u)I)\\hat g - p_d$ "
+                                                  "$\\sigma_{rr}={\\hat g}^T(2 \\eta \\varepsilon(\\mathbf u)-\\frac 13 (\\textrm{div}\\;\\mathbf u)I)\\hat g - p_d$ "
                                                   "where $\\hat g = \\mathbf g/\\|\\mathbf g\\|$ is the direction of "
                                                   "the gravity vector $\\mathbf g$ and $p_d=p-p_a$ is the dynamic "
                                                   "pressure computed by subtracting the adiabatic pressure $p_a$ "



More information about the CIG-COMMITS mailing list