aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamie Bullock <jamie@jamiebullock.com>2013-01-07 17:03:10 +0000
committerJamie Bullock <jamie@jamiebullock.com>2013-01-07 17:03:10 +0000
commit5f1f44cdf4eee73e796e6bc7b59892fc6041b444 (patch)
treea3d1807c668c5346301895851188ea727bf530b5
parentc202c38bcf12300b4c8abba971d56ea7ddd2c6b5 (diff)
parent5c851ee14435257ca2c3e4bdda7e0df2ac4eb825 (diff)
downloadLibXtract-5f1f44cdf4eee73e796e6bc7b59892fc6041b444.tar.gz
LibXtract-5f1f44cdf4eee73e796e6bc7b59892fc6041b444.tar.bz2
LibXtract-5f1f44cdf4eee73e796e6bc7b59892fc6041b444.zip
Merge branch 'master' of https://github.com/jamiebullock/LibXtract
-rw-r--r--swig/xtract.i7
1 files changed, 0 insertions, 7 deletions
diff --git a/swig/xtract.i b/swig/xtract.i
index 74335c1..9a05429 100644
--- a/swig/xtract.i
+++ b/swig/xtract.i
@@ -1,8 +1,6 @@
%module xtract
%include typemaps.i
-/*
%include carrays.i
-*/
%{
#include "xtract/xtract_scalar.h"
@@ -13,11 +11,6 @@
#include "xtract/libxtract.h"
%}
-/* Ensure filterbank gets freed */
-/** FIX: This doesn't work, or I'm not using properly. For now just add an explicit call to destroy_filterbank() in the target code */
-%newobject create_filterbank;
-%delobject destroy_filterbank;
-
/*
%typemap(javabase) SWIGTYPE, SWIGTYPE *, SWIGTYPE &, SWIGTYPE [],
SWIGTYPE (CLASS::*) "SWIG"