From a4d7c313058b556d46a767a3ef960e3a967667b7 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 28 Dec 2004 03:55:48 +0000
Subject: [PATCH] clarify help

---
 Plugin/Evaluate.cpp         | 9 +++++----
 doc/texinfo/opt_plugin.texi | 7 ++++---
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/Plugin/Evaluate.cpp b/Plugin/Evaluate.cpp
index a4a9f8e460..062c0fd70e 100644
--- a/Plugin/Evaluate.cpp
+++ b/Plugin/Evaluate.cpp
@@ -1,4 +1,4 @@
-// $Id: Evaluate.cpp,v 1.9 2004-12-27 16:13:45 geuzaine Exp $
+// $Id: Evaluate.cpp,v 1.10 2004-12-28 03:55:48 geuzaine Exp $
 //
 // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
 //
@@ -75,9 +75,10 @@ void GMSH_EvaluatePlugin::getInfos(char *author, char *copyright,
 	 "Cos, Fabs, etc.) and operators (+, -, *, /, ^),\n"
 	 "`Expression' can contain the symbols x, y, z\n"
 	 "and v, which represent the three spatial\n"
-	 "coordinates and the value of the field,\n"
-	 "respectively. If `iView' < 0, the plugin is run\n"
-	 "on the current view.\n"
+	 "coordinates and the value of the `TimeStep'-th\n"
+	 "component of the field, respectively. If\n"
+	 "`iView' < 0, the plugin is run on the current\n"
+	 "view.\n"
 	 "\n"
 	 "Plugin(Evaluate) is executed in-place.\n");
 }
diff --git a/doc/texinfo/opt_plugin.texi b/doc/texinfo/opt_plugin.texi
index 877cc7c7f3..fee79ad086 100644
--- a/doc/texinfo/opt_plugin.texi
+++ b/doc/texinfo/opt_plugin.texi
@@ -255,9 +255,10 @@ mathematical functions (Exp, Log, Sqrt, Sin,
 Cos, Fabs, etc.) and operators (+, -, *, /, ^),
 `Expression' can contain the symbols x, y, z
 and v, which represent the three spatial
-coordinates and the value of the field,
-respectively. If `iView' < 0, the plugin is run
-on the current view.
+coordinates and the value of the `TimeStep'-th
+component of the field, respectively. If
+`iView' < 0, the plugin is run on the current
+view.
 
 Plugin(Evaluate) is executed in-place.
 
-- 
GitLab