aboutsummaryrefslogtreecommitdiff
path: root/src/input
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-07-12 21:44:36 +0000
committerdos-reis <gdr@axiomatics.org>2009-07-12 21:44:36 +0000
commit361eca1c035acd57ad9f0ac1133fb641eabe122b (patch)
treeb1c585717e82af77f3e13e879fea82888b9c37db /src/input
parent3838fe22164e91e9d5269f801c2b668682ccde83 (diff)
downloadopen-axiom-361eca1c035acd57ad9f0ac1133fb641eabe122b.tar.gz
Fix thinko
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