From fe24a666ee89bdb056da66612ef77ddc3b33d779 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 1 Apr 2005 22:14:56 +0000 Subject: [PATCH] typo --- Plugin/Evaluate.cpp | 4 ++-- doc/texinfo/opt_general.texi | 2 +- doc/texinfo/opt_plugin.texi | 2 +- doc/texinfo/opt_view.texi | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Plugin/Evaluate.cpp b/Plugin/Evaluate.cpp index 2a5568a292..31145177f3 100644 --- a/Plugin/Evaluate.cpp +++ b/Plugin/Evaluate.cpp @@ -1,4 +1,4 @@ -// $Id: Evaluate.cpp,v 1.19 2005-03-04 19:08:38 geuzaine Exp $ +// $Id: Evaluate.cpp,v 1.20 2005-04-01 22:14:56 geuzaine Exp $ // // Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle // @@ -93,7 +93,7 @@ void GMSH_EvaluatePlugin::getInfos(char *author, char *copyright, "\n" "- the symbol w, to retrieve the `Component'-th\n" "component of the field in `ExternalView' at the\n" - "`ExternalTimeStep'-th time step. if `ExternalView'\n" + "`ExternalTimeStep'-th time step. If `ExternalView'\n" "and `iView' are based on different spatial grids,\n" "or if their data types are different, `ExternalView'\n" "is interpolated onto `iView';\n" diff --git a/doc/texinfo/opt_general.texi b/doc/texinfo/opt_general.texi index 9e1ba10b86..9c052e756a 100644 --- a/doc/texinfo/opt_general.texi +++ b/doc/texinfo/opt_general.texi @@ -356,7 +356,7 @@ Saved in: @code{General.OptionsFileName} @item General.FastRedraw Draw simplified model while rotating, panning and zooming@* -Default value: @code{1}@* +Default value: @code{0}@* Saved in: @code{General.OptionsFileName} @item General.FileChooserPositionX diff --git a/doc/texinfo/opt_plugin.texi b/doc/texinfo/opt_plugin.texi index 663378f23d..b4cf5a5d2e 100644 --- a/doc/texinfo/opt_plugin.texi +++ b/doc/texinfo/opt_plugin.texi @@ -333,7 +333,7 @@ component of the field in `iView' at the - the symbol w, to retrieve the `Component'-th component of the field in `ExternalView' at the -`ExternalTimeStep'-th time step. if `ExternalView' +`ExternalTimeStep'-th time step. If `ExternalView' and `iView' are based on different spatial grids, or if their data types are different, `ExternalView' is interpolated onto `iView'; diff --git a/doc/texinfo/opt_view.texi b/doc/texinfo/opt_view.texi index 998ead1dc9..8a6699af1d 100644 --- a/doc/texinfo/opt_view.texi +++ b/doc/texinfo/opt_view.texi @@ -76,7 +76,7 @@ Saved in: @code{General.OptionsFileName} @item View.Stipple3 Fourth stippling pattern@* -Default value: @code{"1*0xFCCC"}@* +Default value: @code{"1*0xCCCF"}@* Saved in: @code{General.OptionsFileName} @item View.Stipple4 @@ -86,12 +86,12 @@ Saved in: @code{General.OptionsFileName} @item View.Stipple5 Sixth stippling pattern@* -Default value: @code{"2*0xF0F0"}@* +Default value: @code{"2*0x0F0F"}@* Saved in: @code{General.OptionsFileName} @item View.Stipple6 Seventh stippling pattern@* -Default value: @code{"1*0xFFFC"}@* +Default value: @code{"1*0xCFFF"}@* Saved in: @code{General.OptionsFileName} @item View.Stipple7 -- GitLab