aboutsummaryrefslogtreecommitdiff
path: root/src/input
diff options
context:
space:
mode:
Diffstat (limited to 'src/input')
-rw-r--r--src/input/knot2.input.pamphlet2
1 files changed, 1 insertions, 1 deletions
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