From 083e18a679a129cf7d26158f534847102d5aad8a Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 28 Feb 2013 03:28:59 +0000 Subject: [PATCH] pp --- tutorial/t3.geo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/t3.geo b/tutorial/t3.geo index ae41dc31f5..d5ba04f2b4 100644 --- a/tutorial/t3.geo +++ b/tutorial/t3.geo @@ -40,7 +40,7 @@ Extrude { {0,1,0} , {-0.1,0,0.1} , -Pi/2 } { // can be exchanged with other codes using the ONELAB framework: DefineConstant[ angle = {90, Min 0, Max 120, Step 1, - Label "Extrusion angle", Path "Parameters"} ]; + Label "Twisting angle", Path "Parameters"} ]; out[] = Extrude { {-2*h,0,0}, {1,0,0} , {0,0.15,0.25} , angle * Pi / 180 } { Surface{144}; Layers{10}; Recombine; -- GitLab