From c3151aa8423e5c715f616936ecbb36618020942e Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 29 Apr 2001 14:37:04 +0000 Subject: [PATCH] Fixed .gmshrc save problem --- tutorial/t8.geo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/t8.geo b/tutorial/t8.geo index 47298d6472..de481f0e56 100644 --- a/tutorial/t8.geo +++ b/tutorial/t8.geo @@ -54,7 +54,7 @@ For num In {1:255} t = (View[0].TimeStep < View[0].NbTimeStep-1) ? t+1 : 0 ; - View[0].RaiseZ += 0.001*t ; + View[0].RaiseZ += 0.01*t ; If (num == 3) // We want to use mpeg_encode to create a nice 320x240 animation -- GitLab