From e17426e659d68cf1137255f1b5a5fe957ce088ec Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Fri, 8 Dec 2000 13:13:49 +0000
Subject: [PATCH] *** empty log message ***

---
 demos/demo-15.geo | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/demos/demo-15.geo b/demos/demo-15.geo
index cf12635b06..612b64c0de 100644
--- a/demos/demo-15.geo
+++ b/demos/demo-15.geo
@@ -1300,6 +1300,8 @@ ST(0.095795895,0.073622969,0,0.095867013,0.068756454,0,0.1,0.071428571,0){473503
 
 General.Trackball = 0;
 General.Rotation0 = 0 ;
+General.Rotation1 = 0 ;
+General.Rotation2 = 0 ;
 General.Color.Background = White ;
 General.Color.Text = Black ;
 
@@ -1309,12 +1311,10 @@ PostProcessing.View[0].Raise = {0,0,0} ;
 
 t = 0 ;
 
-
-
 For(1:100)
 
   General.Rotation0 += 10 ;
-  General.Rotation1 =  General.Rotation0 / 3 ;
+  General.Rotation1 = General.Rotation0 / 3 ;
   General.Rotation2 += 0.1 ;
 
   PostProcessing.View[0].TimeStep = t ;
-- 
GitLab