From 9a2cc627d60ae16cbcf4579bec79cbbc7cbe904f Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 30 Aug 2001 15:40:46 +0000 Subject: [PATCH] *** empty log message *** --- tutorial/t3.geo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorial/t3.geo b/tutorial/t3.geo index 8303b49fda..7984307f0b 100644 --- a/tutorial/t3.geo +++ b/tutorial/t3.geo @@ -28,8 +28,8 @@ Extrude Surface { 6, {0,0,h} } { // extruded 3D mesh can be recombined into prisms (wedges) if the // surface elements are triangles, or hexahedra if the surface // elements are quadrangles. All rotations are specified by an axis -// direction ({0,1,0}), an axis point ({0,0,0}) and a rotation angle -// (Pi/2): +// direction ({0,1,0}), an axis point ({-0.1,0,0.1}) and a rotation +// angle (-Pi/2): Extrude Surface { 122, {0,1,0} , {-0.1,0,0.1} , -Pi/2 } { Recombine ; Layers { 7, 9004, 1 } ; -- GitLab