From e98d33b2149dac69c67d1aca003eed38f81ff930 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 18 Apr 2006 12:44:20 +0000
Subject: [PATCH] *** empty log message ***

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

diff --git a/tutorial/t3.geo b/tutorial/t3.geo
index 5547ab7b3d..05726e9f07 100644
--- a/tutorial/t3.geo
+++ b/tutorial/t3.geo
@@ -25,9 +25,9 @@ Extrude {0,0,h} {
 
 // The extrusion can also be performed with a rotation instead of a
 // translation, and the resulting mesh can be recombined into prisms
-// (wedges). All rotations are specified by an axis direction
-// ({0,1,0}), an axis point ({-0.1,0,0.1}) and a rotation angle
-// (-Pi/2) (only one layer here, with 7 subdivisions):
+// (we use only one layer here, with 7 subdivisions). All rotations
+// are specified by an axis direction ({0,1,0}), an axis point
+// ({-0.1,0,0.1}) and a rotation angle (-Pi/2):
 
 Extrude { {0,1,0} , {-0.1,0,0.1} , -Pi/2 } { 
   Surface{122}; Layers { 7, 1 }; Recombine; 
-- 
GitLab