summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/torus.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/torus.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/torus.asy6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/torus.asy b/Master/texmf-dist/doc/asymptote/examples/torus.asy
index d0b8673d737..c5bda1e6871 100644
--- a/Master/texmf-dist/doc/asymptote/examples/torus.asy
+++ b/Master/texmf-dist/doc/asymptote/examples/torus.asy
@@ -7,9 +7,9 @@ real R=3;
real a=1;
/*
-import solids;
-revolution torus=revolution(reverse(Circle(R*X,a,Y,32)),Z,90,345);
-surface s=surface(torus);
+ import solids;
+ revolution torus=revolution(reverse(Circle(R*X,a,Y,32)),Z,90,345);
+ surface s=surface(torus);
*/
triple f(pair t) {