From 306522f0a88ad37fb70145e5da5f00b98231247c Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 12 May 2004 03:29:29 +0000 Subject: [PATCH] pretty print --- Plugin/Evaluate.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Plugin/Evaluate.cpp b/Plugin/Evaluate.cpp index 336a3c0386..9642c59f48 100644 --- a/Plugin/Evaluate.cpp +++ b/Plugin/Evaluate.cpp @@ -1,4 +1,4 @@ -// $Id: Evaluate.cpp,v 1.1 2004-05-12 03:23:31 geuzaine Exp $ +// $Id: Evaluate.cpp,v 1.2 2004-05-12 03:29:29 geuzaine Exp $ // // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle // @@ -69,10 +69,10 @@ void GMSH_EvaluatePlugin::getInfos(char *author, char *copyright, "Plugin(Evaluate) sets the values associated with\n" "the `TimeStep'-th time step in the view `iView'\n" "to the expression `Expression'. In addition to\n" - "the usual mathematical functions, `Expression' can\n" - "contain the symbols x, y, z and v, which represent\n" - "the three spatial coordinates and the value of the\n" - "field, respectively.\n" + "the usual mathematical functions, `Expression'\n" + "can contain the symbols x, y, z and v, which\n" + "represent the three spatial coordinates and the\n" + "value of the field, respectively.\n" "\n" "Plugin(Evaluate) is executed in-place.\n"); } -- GitLab