From 801d1fff596e07a747b1558d85eaab9bcf01f982 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Wed, 5 Sep 2007 14:32:17 +0000 Subject: Added java bindings. Everything seems to work OK, except test.java won't compile. Some kind of path error, but I can't work out how to fix it. --- swig/xtract.i | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'swig/xtract.i') diff --git a/swig/xtract.i b/swig/xtract.i index b363f2e..58c9f18 100644 --- a/swig/xtract.i +++ b/swig/xtract.i @@ -6,7 +6,8 @@ #include "xtract/xtract_scalar.h" %} -%array_functions(float, floatArray); +%array_class(float, floatArray); %apply float *OUTPUT { float *result }; +/* %apply float *INPUT { float *data }; */ %include "xtract/xtract_scalar.h" -- cgit v1.2.3