From bbbe8128e7ae9d816a221377dbf5ff3969bb203b Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 30 Sep 2019 03:00:43 +0000 Subject: CTAN sync 201909300300 --- graphics/asymptote/examples/washermethod.asy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/asymptote/examples/washermethod.asy') diff --git a/graphics/asymptote/examples/washermethod.asy b/graphics/asymptote/examples/washermethod.asy index c3177aa111..a61c37e5e5 100644 --- a/graphics/asymptote/examples/washermethod.asy +++ b/graphics/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}; -- cgit v1.2.3