changeset 142:117f42bd3ece

Merge branch 'master' of https://github.com/jamiebullock/LibXtract
author Jamie Bullock <jamie@jamiebullock.com>
date Mon, 07 Jan 2013 17:03:10 +0000
parents e4f704649c50 (current diff) 86654196fbd9 (diff)
children 09599ca5a02a
files
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/swig/xtract.i	Mon Jan 07 17:01:14 2013 +0000
+++ b/swig/xtract.i	Mon Jan 07 17:03:10 2013 +0000
@@ -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"