From dc8edc4b8f4c2f75e5785045925cd7cd6e7df871 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 28 May 2011 16:52:13 +0000 Subject: asymptote 2.10 git-svn-id: svn://tug.org/texlive/trunk@22643 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf/doc/asymptote/examples/diatom.asy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/texmf/doc/asymptote/examples/diatom.asy') diff --git a/Master/texmf/doc/asymptote/examples/diatom.asy b/Master/texmf/doc/asymptote/examples/diatom.asy index 2ded75bf0ea..23673dcadf5 100644 --- a/Master/texmf/doc/asymptote/examples/diatom.asy +++ b/Master/texmf/doc/asymptote/examples/diatom.asy @@ -115,7 +115,7 @@ for(int taxon=0; taxon < n; ++taxon) { if(taxon == final) yaxis(pic,Right,LeftTicks("%",0,10),above=true); add(shift(location,0)*pic); - location += pic.userMax.x; + location += pic.userMax().x; } add(new void(frame f, transform) { -- cgit v1.2.3