summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/elliptic.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/elliptic.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/elliptic.asy4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/elliptic.asy b/Master/texmf-dist/doc/asymptote/examples/elliptic.asy
index 728508f0110..71fb80db6d5 100644
--- a/Master/texmf-dist/doc/asymptote/examples/elliptic.asy
+++ b/Master/texmf-dist/doc/asymptote/examples/elliptic.asy
@@ -74,7 +74,7 @@ size(0,200);
curve c; c.a=-1; c.b=4;
-pair oncurve(real x)
+pair oncurve(real x)
{
return (x,sqrt(c.y2(x)));
}
@@ -111,5 +111,5 @@ dot("$2P$", PP, SW);
add(output,currentpicture.fit(),(0.5cm,0),E);
shipout(output);
-
+
restore();