From be0934dbf262e7dd435ecdeaa796ff1d16e6ec6c Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 28 Dec 2008 16:02:24 +0000 Subject: [PATCH] *** empty log message *** --- tutorial/t6.geo | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tutorial/t6.geo b/tutorial/t6.geo index 0df4a2d27d..2dfe57f2f9 100644 --- a/tutorial/t6.geo +++ b/tutorial/t6.geo @@ -41,8 +41,10 @@ Transfinite Line{-1,3} = 30 Using Progression 1.2; Transfinite Surface{1} = {1,2,3,4}; // (Note that the list on the right hand side refers to points, not -// curves. The way triangles are generated can be controlled by -// appending "Left", "Right" or "Alternate" after the list.) +// curves. When the surface has only 3 or 4 points on its boundary the +// list can be omitted. The way triangles are generated can be +// controlled by appending "Left", "Right" or "Alternate" after the +// list.) // Recombine the triangles into quads Recombine Surface{1}; -- GitLab