From 361eca1c035acd57ad9f0ac1133fb641eabe122b Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 12 Jul 2009 21:44:36 +0000 Subject: Fix thinko --- src/input/knot2.input.pamphlet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/knot2.input.pamphlet b/src/input/knot2.input.pamphlet index 17c24b7c..01caa665 100644 --- a/src/input/knot2.input.pamphlet +++ b/src/input/knot2.input.pamphlet @@ -33,7 +33,7 @@ maxRange := (odd? l => l * %pi::SF; 2 * l * %pi::SF) theRange := 0..maxRange -- create the knot -knot:TUBE := tubePlot(sin t * cos(PQ*t),cos t * cos(PQ*t),cos t * sin(PQ*t), +knot := tubePlot(sin t * cos(PQ*t),cos t * cos(PQ*t),cos t * sin(PQ*t), f, theRange, 0.1::SF, 6, "open" ) -- make a viewport out of it -- cgit v1.2.3