From 1fe1e4856990370c83c06feef8a03dcc08ea5aaa Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sun, 3 Apr 2011 19:54:17 +0000
Subject: [PATCH]

---
 tutorial/t1.geo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tutorial/t1.geo b/tutorial/t1.geo
index e2f947936f..d7aba6315b 100644
--- a/tutorial/t1.geo
+++ b/tutorial/t1.geo
@@ -10,7 +10,7 @@
 // The simplest construction in Gmsh's scripting language is the
 // `affectation'. The following command defines a new variable `lc':
 
-lc = 0.04;
+lc = 1e-2;
 
 // This variable can then be used in the definition of Gmsh's simplest
 // `elementary entity', a `Point'. A Point is defined by a list of
-- 
GitLab