diff options
Diffstat (limited to 'src/input/torus.input.pamphlet')
-rw-r--r-- | src/input/torus.input.pamphlet | 2 |
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 |