diff --git a/Parser/Gmsh.tab.cpp b/Parser/Gmsh.tab.cpp index ad94fd8fa7274ed08546397a847dac1acef51d74..3c45706897923cc890cdac751cee3aaf2231f9d0 100644 --- a/Parser/Gmsh.tab.cpp +++ b/Parser/Gmsh.tab.cpp @@ -177,7 +177,7 @@ #line 1 "Gmsh.y" -// $Id: Gmsh.tab.cpp,v 1.128 2001-11-13 08:38:01 geuzaine Exp $ +// $Id: Gmsh.tab.cpp,v 1.129 2001-11-13 08:41:03 geuzaine Exp $ #include <stdarg.h> #ifndef _NOPLUGIN @@ -221,7 +221,7 @@ static int yylinenoImbricatedLoopsTab[MAX_OPEN_FILES]; static double LoopControlVariablesTab[MAX_OPEN_FILES][3]; static char* LoopControlVariablesNameTab[MAX_OPEN_FILES]; static char yynameTab[MAX_OPEN_FILES][256]; -static char tmpstring[256]; +static char tmpstring[1024]; static Symbol TheSymbol, *pSymbol; static Surface *STL_Surf; static Shape TheShape; diff --git a/Parser/Gmsh.y b/Parser/Gmsh.y index ccbfda2923289dcb1e4133dac7cf5f0b46917e48..42f6e0c4da9b020ea8c823241beb5ce21bd71565 100644 --- a/Parser/Gmsh.y +++ b/Parser/Gmsh.y @@ -1,6 +1,6 @@ %{ -// $Id: Gmsh.y,v 1.112 2001-11-13 08:38:01 geuzaine Exp $ +// $Id: Gmsh.y,v 1.113 2001-11-13 08:41:03 geuzaine Exp $ #include <stdarg.h> #ifndef _NOPLUGIN @@ -44,7 +44,7 @@ static int yylinenoImbricatedLoopsTab[MAX_OPEN_FILES]; static double LoopControlVariablesTab[MAX_OPEN_FILES][3]; static char* LoopControlVariablesNameTab[MAX_OPEN_FILES]; static char yynameTab[MAX_OPEN_FILES][256]; -static char tmpstring[256]; +static char tmpstring[1024]; static Symbol TheSymbol, *pSymbol; static Surface *STL_Surf; static Shape TheShape; diff --git a/Parser/Gmsh.yy.cpp b/Parser/Gmsh.yy.cpp index 59e7a57545e690690ebbd561b1bd3170a3a21448..677287aefff7091634f06c796b6f99273180d568 100644 --- a/Parser/Gmsh.yy.cpp +++ b/Parser/Gmsh.yy.cpp @@ -2,7 +2,7 @@ /* A lexical scanner generated by flex */ /* Scanner skeleton version: - * $Header: /cvsroot/gmsh/Parser/Gmsh.yy.cpp,v 1.128 2001-11-13 08:38:01 geuzaine Exp $ + * $Header: /cvsroot/gmsh/Parser/Gmsh.yy.cpp,v 1.129 2001-11-13 08:41:04 geuzaine Exp $ */ #define FLEX_SCANNER @@ -1000,7 +1000,7 @@ char *yytext; #define INITIAL 0 #line 2 "Gmsh.l" -// $Id: Gmsh.yy.cpp,v 1.128 2001-11-13 08:38:01 geuzaine Exp $ +// $Id: Gmsh.yy.cpp,v 1.129 2001-11-13 08:41:04 geuzaine Exp $ #include <stdio.h> #include <stdlib.h> diff --git a/tutorial/t3.geo b/tutorial/t3.geo index 7dfe7716f68c6685ff6e9374b7dcc83525eedf5c..6109dbdc5956e68fb4134c83e1304f693668cf56 100644 --- a/tutorial/t3.geo +++ b/tutorial/t3.geo @@ -59,7 +59,7 @@ General.Axes = 0; General.Trackball = 0; General.RotationX = 10; General.RotationY = 70; -General.TranslationX = -0.1; +General.TranslationX = -0.2; // Note: all colors can be defined literally or numerically, i.e. // 'General.Color.Background = Red' is equivalent to diff --git a/tutorial/tutorial.html b/tutorial/tutorial.html index f8f7c6b2e5bcf429c1e4fbd71bbfc199be7d43a9..a21160e171ebc8927930a6048e14f8b0f9705192 100644 --- a/tutorial/tutorial.html +++ b/tutorial/tutorial.html @@ -23,7 +23,7 @@ <H1>README 1/10</H1> [<A HREF="#top">top</A>][prev][<A HREF="#file2">next</A>] <PRE> -$Id: tutorial.html,v 1.27 2001-11-12 08:21:18 geuzaine Exp $ +$Id: tutorial.html,v 1.28 2001-11-13 08:42:27 geuzaine Exp $ Here are the examples in the Gmsh tutorial. These examples are commented (both C and C++-style comments can be used in Gmsh input @@ -397,7 +397,7 @@ General.Axes = 0; General.Trackball = 0; General.RotationX = 10; General.RotationY = 70; -General.TranslationX = -0.1; +General.TranslationX = -0.2; <I><FONT COLOR="#B22222">// Note: all colors can be defined literally or numerically, i.e. </FONT></I><I><FONT COLOR="#B22222">// 'General.Color.Background = Red' is equivalent to