[cig-commits] [commit] master: Escape underscores so that they can be input into the latex manual without further change. (ed35128)

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


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

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

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

commit ed35128d4dd6ef40c38f918cb1c8545708970b3e
Author: Wolfgang Bangerth <bangerth at math.tamu.edu>
Date:   Mon May 19 13:28:09 2014 -0500

    Escape underscores so that they can be input into the latex manual without further change.


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

ed35128d4dd6ef40c38f918cb1c8545708970b3e
 source/postprocess/depth_average.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/postprocess/depth_average.cc b/source/postprocess/depth_average.cc
index d2c8dd1..e11ac0f 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 "



More information about the CIG-COMMITS mailing list