From 34bdaedde9c3c0a20f2d2c9b2b6a868100d5e837 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 20 Dec 2000 12:35:59 +0000
Subject: [PATCH] jpeg

---
 tutorial/t8.geo | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tutorial/t8.geo b/tutorial/t8.geo
index 2cddb640a9..4aed4c7652 100644
--- a/tutorial/t8.geo
+++ b/tutorial/t8.geo
@@ -71,14 +71,14 @@ For num In {1:255}
 
 // It is also possible make tests
 
-  If (!(num % 20))
+  If (num < 10)
 
 // The Sprintf function permits to create complex strings using
 // variables (since all Gmsh variables are treated internally as
 // double precision numbers, the format should only contain valid
 // double precision number format specifiers):
-
-    Print Sprintf("t8-%g.gif", num); // print the scene in a gif file
+   
+    Print Sprintf("t8-0%g.jpg", num); // print the scene in a jpeg file
 
   EndIf
 
-- 
GitLab