From dd296227360c0f9ebf9fe7f0ba8c9b8687ac6132 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Fri, 23 Sep 2011 19:41:22 +0000
Subject: [PATCH]

---
 tutorial/t12.geo | 2 ++
 tutorial/t13.geo | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/tutorial/t12.geo b/tutorial/t12.geo
index 9cd5194a88..02bfa065cf 100644
--- a/tutorial/t12.geo
+++ b/tutorial/t12.geo
@@ -46,6 +46,8 @@ Compound Line(101) = {6, 7, 8};
 // Treat surfaces 12, 14 and 16 as a single surface
 Compound Surface(200) = {12, 14, 16};
 
+Hide {Surface{12, 14, 16}; }
+
 // More details about the reparametrization technique can be found in
 // the following papers:
 //
diff --git a/tutorial/t13.geo b/tutorial/t13.geo
index be64a48eb0..b9c2d9facd 100644
--- a/tutorial/t13.geo
+++ b/tutorial/t13.geo
@@ -43,7 +43,7 @@ Physical Volume(1) = 1;
 
 // Apply a funny mesh size field, just because we can :-)
 Field[1] = MathEval;
-Field[1].F = "2*Sin((x+y)/5) + 3.3";
+Field[1].F = "2*Sin((x+y)/5) + 3";
 Background Field = 1;
 
 Mesh.RemeshAlgorithm = 1; // (0) no split (1) automatic (2) automatic only with metis
-- 
GitLab