[cig-commits] [commit] master: Fix a typo. (04c6862)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Tue Sep 16 11:42:39 PDT 2014


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

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/0560cceebc645dd3dbd1ee0d9276248965105b05...7a1bf75b781206bfe69ef7443f651e398e0c1522

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

commit 04c68620f2b236666752c9da142df43ab0315bc0
Author: Wolfgang Bangerth <bangerth at math.tamu.edu>
Date:   Tue Sep 16 10:06:22 2014 -0500

    Fix a typo.


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

04c68620f2b236666752c9da142df43ab0315bc0
 source/postprocess/visualization.cc | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/source/postprocess/visualization.cc b/source/postprocess/visualization.cc
index 6f30a0f..2b0eee8 100644
--- a/source/postprocess/visualization.cc
+++ b/source/postprocess/visualization.cc
@@ -668,11 +668,11 @@ namespace aspect
                              "  \\includegraphics[width=0.5\\textwidth]{viz/parameters/build-patches}"
                              "\\end{center}"
                              "Here, the left picture shows one visualization cell per "
-                             "computational cell (i.e., the option is switch off), and the "
-                             "right picture shows the same simulation with the option switched "
-                             "off. The images show the same data, demonstrating that interpolating "
-                             "the solution onto bilinear shape functions as is commonly done in "
-                             "visualizing data loses information."
+                             "computational cell (i.e., the option is switch off, as is the "
+			     "default), and the right picture shows the same simulation with the "
+			     "option switched on. The images show the same data, demonstrating "
+			     "that interpolating the solution onto bilinear shape functions as is "
+			     "commonly done in visualizing data loses information."
                              "\n\n"
                              "Of course, activating this option also greatly increases the amount of "
                              "data \\aspect{} will write to disk: approximately by a factor of 4 in 2d, "



More information about the CIG-COMMITS mailing list