aboutsummaryrefslogtreecommitdiff
path: root/src/input/mult3d.input.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-08-10 23:30:02 +0000
committerdos-reis <gdr@axiomatics.org>2011-08-10 23:30:02 +0000
commit7c7d44f1dc284e4c4e231d97023aa87ecd5f8e44 (patch)
treedb90d375dde6576789ad23ae39dc5de66b148e57 /src/input/mult3d.input.pamphlet
parente6b1636fe3b19b148f347f6b9f00642db83c5ddc (diff)
downloadopen-axiom-7c7d44f1dc284e4c4e231d97023aa87ecd5f8e44.tar.gz
* algebra/float.spad.pamphlet (Float): Tidy.
* algebra/fortmac.spad.pamphlet (MachineInteger): Likewise. * algebra/fspace.spad.pamphlet (FunctionSpace): Likewise. * algebra/integer.spad.pamphlet (Integer): Likewise. * algebra/mkfunc.spad.pamphlet (InputForm): Likewise. * algebra/newpoly.spad.pamphlet (RecursivePolynomialCategory): Likewise. * input/knot.input.pamphlet: Likewise. * input/knot2.input.pamphlet: Likewise. * input/mult3d.input.pamphlet: Likewise. * input/multKnot.input.pamphlet: Likewise. * input/r21bugsbig.input.pamphlet: Likewise. * input/tutchap2.input.pamphlet: Likewise.
Diffstat (limited to 'src/input/mult3d.input.pamphlet')
-rw-r--r--src/input/mult3d.input.pamphlet4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/mult3d.input.pamphlet b/src/input/mult3d.input.pamphlet
index 4920aaf9..179d72e5 100644
--- a/src/input/mult3d.input.pamphlet
+++ b/src/input/mult3d.input.pamphlet
@@ -57,8 +57,8 @@ torusInKnot(p,q,r) ==
b := 1
ab := a+b
fac := 2*ab/(1.1*ab-sin(q*t))
- Title := concat("Torus Knot of Type (", concat(p::String,
- concat(",", concat(q::String, ")"))))
+ Title := concat("Torus Knot of Type (", concat(string p,
+ concat(",", concat(string q, ")"))))
Curve := curve(a*fac*cos(p*t), a*fac*sin(p*t), b*fac*cos(q*t))
r = 0 => draw(Curve, t=0..2*%pi, title == Title)
draw(Curve, t=0..2*%pi, tubeRadius == r, title == Title, space == sp)