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

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Mon May 19 19:45:58 PDT 2014


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

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/50fd65a345c9a196f6798729f3d853c59303e77a...b8d32926df61ef98792460aa9527d22d182355c0

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

commit b882b2728e45b1b0fa6b9a0df68372f33f81f569
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.


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

b882b2728e45b1b0fa6b9a0df68372f33f81f569
 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