Skip to content
Snippets Groups Projects
Commit a4d7c313 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

clarify help
parent f7b1d491
No related branches found
No related tags found
No related merge requests found
// $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 // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
// //
...@@ -75,9 +75,10 @@ void GMSH_EvaluatePlugin::getInfos(char *author, char *copyright, ...@@ -75,9 +75,10 @@ void GMSH_EvaluatePlugin::getInfos(char *author, char *copyright,
"Cos, Fabs, etc.) and operators (+, -, *, /, ^),\n" "Cos, Fabs, etc.) and operators (+, -, *, /, ^),\n"
"`Expression' can contain the symbols x, y, z\n" "`Expression' can contain the symbols x, y, z\n"
"and v, which represent the three spatial\n" "and v, which represent the three spatial\n"
"coordinates and the value of the field,\n" "coordinates and the value of the `TimeStep'-th\n"
"respectively. If `iView' < 0, the plugin is run\n" "component of the field, respectively. If\n"
"on the current view.\n" "`iView' < 0, the plugin is run on the current\n"
"view.\n"
"\n" "\n"
"Plugin(Evaluate) is executed in-place.\n"); "Plugin(Evaluate) is executed in-place.\n");
} }
......
...@@ -255,9 +255,10 @@ mathematical functions (Exp, Log, Sqrt, Sin, ...@@ -255,9 +255,10 @@ mathematical functions (Exp, Log, Sqrt, Sin,
Cos, Fabs, etc.) and operators (+, -, *, /, ^), Cos, Fabs, etc.) and operators (+, -, *, /, ^),
`Expression' can contain the symbols x, y, z `Expression' can contain the symbols x, y, z
and v, which represent the three spatial and v, which represent the three spatial
coordinates and the value of the field, coordinates and the value of the `TimeStep'-th
respectively. If `iView' < 0, the plugin is run component of the field, respectively. If
on the current view. `iView' < 0, the plugin is run on the current
view.
Plugin(Evaluate) is executed in-place. Plugin(Evaluate) is executed in-place.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment