From: young Date: Sun, 14 Apr 2013 13:42:44 +0000 (+0000) Subject: Very important back-slash in out header. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d372c9ecc1eaaed00ff815dea986ab945d87f527;p=dealii-svn.git Very important back-slash in out header. git-svn-id: https://svn.dealii.org/trunk@29268 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/grid/grid_out.cc b/deal.II/source/grid/grid_out.cc index 526ca8aaf2..717e0d8607 100644 --- a/deal.II/source/grid/grid_out.cc +++ b/deal.II/source/grid/grid_out.cc @@ -2015,7 +2015,7 @@ void GridOut::write_mathgl (const Triangulation &tria, << "\n# For a description of the MathGL script format see the MathGL manual. " << "\n#" << "\n# Note: This file is understood by MathGL v2.1 and higher only, and can " - << "\n# be quickly viewed in a graphical environment using "mglview". " + << "\n# be quickly viewed in a graphical environment using \'mglview\'. " << "\n#" << "\n" ; }