summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/washermethod.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/washermethod.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/washermethod.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/washermethod.asy b/Master/texmf-dist/doc/asymptote/examples/washermethod.asy
index c3177aa111e..a61c37e5e58 100644
--- a/Master/texmf-dist/doc/asymptote/examples/washermethod.asy
+++ b/Master/texmf-dist/doc/asymptote/examples/washermethod.asy
@@ -18,7 +18,7 @@ real x2=1.7787;
real x3=1.8043;
path[] p={graph(F,x1,x2,Spline),
- graph(F,0.7,x1,Spline)--graph(F,x2,x3,Spline),
+ graph(F,0.7,x1,Spline)--graph(F,x2,x3,Spline)&cycle,
graph(F,0,0.7,Spline)--graph(F,x3,2,Spline)};
pen[] pn=new pen[] {color1,color2,color1};