summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/drawsurface.h
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-05-09 00:26:15 +0000
committerKarl Berry <karl@freefriends.org>2010-05-09 00:26:15 +0000
commit0114fbc0beecd9a094b260d78cccdc6ff3e85f1e (patch)
tree53f68a7eb4cd90f611560e9b477b55c671b94717 /Build/source/utils/asymptote/drawsurface.h
parent539c0d5c885fa1c451a55ef8e7e1a2bbf1a32861 (diff)
asy 1.94
git-svn-id: svn://tug.org/texlive/trunk@18161 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/drawsurface.h')
-rw-r--r--Build/source/utils/asymptote/drawsurface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/utils/asymptote/drawsurface.h b/Build/source/utils/asymptote/drawsurface.h
index 8e9fa28827a..d90402e7105 100644
--- a/Build/source/utils/asymptote/drawsurface.h
+++ b/Build/source/utils/asymptote/drawsurface.h
@@ -238,8 +238,8 @@ public:
udegree=nuknots-nu-1;
vdegree=nvknots-nv-1;
- uknots=run::copyArrayC(uknot,0,NoGC);
- vknots=run::copyArrayC(vknot,0,NoGC);
+ run::copyArrayC(uknots,uknot,0,NoGC);
+ run::copyArrayC(vknots,vknot,0,NoGC);
pen surfacepen=vm::read<camp::pen>(p,0);
invisible=surfacepen.invisible();