From d19d370b8ce7c56c765cd2dc2f3c0519f3bc270b Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 13 Nov 2001 08:42:27 +0000
Subject: [PATCH] *** empty log message ***

---
 Parser/Gmsh.tab.cpp    | 4 ++--
 Parser/Gmsh.y          | 4 ++--
 Parser/Gmsh.yy.cpp     | 4 ++--
 tutorial/t3.geo        | 2 +-
 tutorial/tutorial.html | 4 ++--
 5 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/Parser/Gmsh.tab.cpp b/Parser/Gmsh.tab.cpp
index ad94fd8fa7..3c45706897 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 ccbfda2923..42f6e0c4da 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 59e7a57545..677287aeff 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 7dfe7716f6..6109dbdc59 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 f8f7c6b2e5..a21160e171 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
-- 
GitLab