[cig-commits] [commit] master: Undo two parts of previous changes since there is apparently a script (update_parameters.sh) that does these transformations automatically. (492c223)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Mon May 19 13:32:55 PDT 2014


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

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/3407c2fccc8c98ef3939d3c2d29077b4d899ff4b...ed4caebc0ab942d8c7bc1a6a3ba70e37f93accde

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

commit 492c2239169b82fbbf7e6fefe8ff04f9cb645489
Author: Wolfgang Bangerth <bangerth at math.tamu.edu>
Date:   Mon May 19 15:19:51 2014 -0500

    Undo two parts of previous changes since there is apparently a script
    (update_parameters.sh) that does these transformations automatically.


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

492c2239169b82fbbf7e6fefe8ff04f9cb645489
 source/postprocess/depth_average.cc | 2 +-
 source/simulator/parameters.cc      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/source/postprocess/depth_average.cc b/source/postprocess/depth_average.cc
index e11ac0f..d2c8dd1 100644
--- a/source/postprocess/depth_average.cc
+++ b/source/postprocess/depth_average.cc
@@ -307,7 +307,7 @@ namespace aspect
     ASPECT_REGISTER_POSTPROCESSOR(DepthAverage,
                                   "depth average",
                                   "A postprocessor that computes depth averaged "
-                                  "quantities and writes them into a file <depth\\_average.ext> "
+                                  "quantities and writes them into a file <depth_average.ext> "
                                   "in the output directory, where the extension of the file "
                                   "is determined by the output format you select. In addition "
                                   "to the output format, a number of other parameters also influence "
diff --git a/source/simulator/parameters.cc b/source/simulator/parameters.cc
index c3bff98..d2606f3 100644
--- a/source/simulator/parameters.cc
+++ b/source/simulator/parameters.cc
@@ -54,7 +54,7 @@ namespace aspect
                        "In fact, file names that are do not contain any directory "
                        "information (i.e., only the name of a file such as <myplugin.so> "
                        "will not be found if they are not located in one of the directories "
-                       "listed in the \\texttt{LD\\_LIBRARY\\_PATH} environment variable. In order "
+                       "listed in the \\texttt{LD_LIBRARY_PATH} environment variable. In order "
                        "to load a library in the current directory, use <./myplugin.so> "
                        "instead."
                        "\n\n"



More information about the CIG-COMMITS mailing list