From 0c83f4bb74e2b14d7ab31ee83628bca07dea9d51 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 24 Mar 2015 13:05:00 +0000 Subject: [PATCH] --- tutorial/t6.geo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorial/t6.geo b/tutorial/t6.geo index 07f850eef4..f00fb7663d 100644 --- a/tutorial/t6.geo +++ b/tutorial/t6.geo @@ -1,7 +1,7 @@ -/********************************************************************* +/********************************************************************* * * Gmsh tutorial 6 - * + * * Transfinite meshes * *********************************************************************/ @@ -22,7 +22,7 @@ l3 = newl; Line(l3) = {p2, 4}; // Create surface Line Loop(1) = {2, -1, l1, l2, l3, -3}; -Plane Surface(1) = {1}; +Plane Surface(1) = {-1}; // Put 20 points with a refinement toward the extremities on curve 2 Transfinite Line{2} = 20 Using Bump 0.05; -- GitLab