summaryrefslogtreecommitdiff
path: root/graphics/asymptote/examples/RiemannSphere.asy
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/examples/RiemannSphere.asy')
-rw-r--r--graphics/asymptote/examples/RiemannSphere.asy6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/asymptote/examples/RiemannSphere.asy b/graphics/asymptote/examples/RiemannSphere.asy
index ec1ab7586a..40f9d065a3 100644
--- a/graphics/asymptote/examples/RiemannSphere.asy
+++ b/graphics/asymptote/examples/RiemannSphere.asy
@@ -33,9 +33,9 @@ draw(p,1bp+heavyred);
draw(q,1bp+heavyblue);
triple
- A=(0,0,1),
- B=(u(40),v(40),w(40)),
- C=(x(40),y(40),z(40));
+A=(0,0,1),
+B=(u(40),v(40),w(40)),
+C=(x(40),y(40),z(40));
path3 L=A--C;
draw(L,1bp+black);