From 0f5e19a268f4d86c2897f590563f21c8277c18d1 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 7 Feb 2016 00:27:20 +0000 Subject: asy 2.36 sources git-svn-id: svn://tug.org/texlive/trunk@39610 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/utils/asymptote/runpath3d.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Build/source/utils/asymptote/runpath3d.cc') diff --git a/Build/source/utils/asymptote/runpath3d.cc b/Build/source/utils/asymptote/runpath3d.cc index e8a2421836f..1e071931de5 100644 --- a/Build/source/utils/asymptote/runpath3d.cc +++ b/Build/source/utils/asymptote/runpath3d.cc @@ -51,8 +51,10 @@ array *copyArray(array *a); array *copyArray2(array *a); array *copyArray3(array *a); -double *copyTripleArray2Components(array *a, bool square=true, size_t dim2=0, +double *copyTripleArray2Components(array *a, size_t &N, GCPlacement placement=NoGC); +triple *copyTripleArray2C(array *a, size_t &N, + GCPlacement placement=NoGC); } function *realRealFunction(); -- cgit v1.2.3