diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-01 23:10:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-01 23:10:25 +0000 |
commit | 81abf43d2b32106102462c3fd1b6c52c0b74f6b7 (patch) | |
tree | 8ff3cf992c81a46d17219ac528c3cb6fe7467402 /Master/texmf-dist/doc/asymptote/examples/washermethod.asy | |
parent | 668f13d96ea148cade89c8813883c8b5a90cb55e (diff) |
asymptote 2.62 support files
git-svn-id: svn://tug.org/texlive/trunk@53988 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/washermethod.asy')
-rw-r--r-- | Master/texmf-dist/doc/asymptote/examples/washermethod.asy | 2 |
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}; |