summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/asymptote/examples/diatom.asy
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-05-28 16:52:13 +0000
committerKarl Berry <karl@freefriends.org>2011-05-28 16:52:13 +0000
commitdc8edc4b8f4c2f75e5785045925cd7cd6e7df871 (patch)
tree76149c373d7e59beeea52aef0793bf9189cb7b9b /Master/texmf/doc/asymptote/examples/diatom.asy
parentc96567a73dfa159f9672fa2819ce0b3cd198d764 (diff)
asymptote 2.10
git-svn-id: svn://tug.org/texlive/trunk@22643 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/diatom.asy')
-rw-r--r--Master/texmf/doc/asymptote/examples/diatom.asy2
1 files changed, 1 insertions, 1 deletions
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) {