aboutsummaryrefslogtreecommitdiff
path: root/swig/xtract.i
diff options
context:
space:
mode:
Diffstat (limited to 'swig/xtract.i')
-rw-r--r--swig/xtract.i9
1 files changed, 6 insertions, 3 deletions
diff --git a/swig/xtract.i b/swig/xtract.i
index bf89996..74335c1 100644
--- a/swig/xtract.i
+++ b/swig/xtract.i
@@ -1,6 +1,8 @@
%module xtract
%include typemaps.i
+/*
%include carrays.i
+*/
%{
#include "xtract/xtract_scalar.h"
@@ -16,7 +18,7 @@
%newobject create_filterbank;
%delobject destroy_filterbank;
-
+/*
%typemap(javabase) SWIGTYPE, SWIGTYPE *, SWIGTYPE &, SWIGTYPE [],
SWIGTYPE (CLASS::*) "SWIG"
@@ -26,7 +28,7 @@
return swigCPtr;
}
%}
-
+*/
/* Helper functions */
%inline %{
@@ -101,7 +103,8 @@
%array_class(float, floatArray);
%array_class(int, intArray);
%apply float *OUTPUT { float *result };
-%apply float[] {const float *data};
+
+/* %apply float[] {const float *data}; */
%ignore xtract;