From 31b856e8fd028f977841a6c736cc19d6eaeee312 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Tue, 8 Jan 2013 14:32:45 +0000 Subject: removed floatArray and intArray from Java SWIG bindings --- swig/xtract.i | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'swig/xtract.i') diff --git a/swig/xtract.i b/swig/xtract.i index 9a05429..f550341 100644 --- a/swig/xtract.i +++ b/swig/xtract.i @@ -1,6 +1,8 @@ %module xtract %include typemaps.i -%include carrays.i +#ifndef SWIGJAVA +%include carrays.i +#endif %{ #include "xtract/xtract_scalar.h" @@ -92,9 +94,10 @@ %} - +#ifndef SWIGJAVA %array_class(float, floatArray); %array_class(int, intArray); +#endif %apply float *OUTPUT { float *result }; /* %apply float[] {const float *data}; */ -- cgit v1.2.3