From 2ee41e2c8c627229f56ebf53f59431c712d8809a Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Fri, 28 Mar 2003 16:22:31 +0000
Subject: [PATCH] *** empty log message ***

---
 tutorial/tutorial.html | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/tutorial/tutorial.html b/tutorial/tutorial.html
index c15c38b396..1edf1cf84b 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.42 2003-03-18 19:08:52 geuzaine Exp $
+$Id: tutorial.html,v 1.43 2003-03-28 16:22:31 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
@@ -393,6 +393,10 @@ General.Color.Text = White;
 Geometry.Color.Points = Orange;
 General.Axes = 0;
 General.Trackball = 0;
+General.RotationCenterGravity = 0;
+General.RotationCenterX = 0;
+General.RotationCenterY = 0;
+General.RotationCenterZ = 0;
 General.RotationX = 10;
 General.RotationY = 70;
 General.TranslationX = -0.2;
-- 
GitLab