aboutsummaryrefslogtreecommitdiff
path: root/src/input
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-07-12 17:10:18 +0000
committerdos-reis <gdr@axiomatics.org>2009-07-12 17:10:18 +0000
commit3838fe22164e91e9d5269f801c2b668682ccde83 (patch)
tree68200708174170f1d1ce3573e7d8cf77a4af4d81 /src/input
parent9a91238840354e46c0f1d898881d5ebf8c395520 (diff)
downloadopen-axiom-3838fe22164e91e9d5269f801c2b668682ccde83.tar.gz
* algebra/mkfunc.spad.pamphlet
(mkDefun$MakeFloatCompiledFunction): Tidy. * interp/c-util.boot (declareUnusedParameters): New. * interp/i-map.boot: Use it. * interp/i-spec1.boot: Likewise. * interp/slam.boot: Likewise. * lib/cfuns-c.c (writeablep): Document MinGW/MSYS bug work around.
Diffstat (limited to 'src/input')
-rw-r--r--src/input/torus.input.pamphlet2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/torus.input.pamphlet b/src/input/torus.input.pamphlet
index 81ea7b79..233a9bc1 100644
--- a/src/input/torus.input.pamphlet
+++ b/src/input/torus.input.pamphlet
@@ -12,7 +12,7 @@
<<*>>=
)cl all
f(x:SF):SF == x
-torus : TUBE := tubePlot(sin t,cos t,0,f,0..2*%pi,0.5::SF,12,"closed")
+torus := tubePlot(sin t,cos t,0,f,0..2*%pi,0.5::SF,12,"closed")
makeViewport3D(torus,"torus")$VIEW3D
@
\eject