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/test.py | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 swig/test.py (limited to 'swig/test.py') diff --git a/swig/test.py b/swig/test.py deleted file mode 100644 index e98755d..0000000 --- a/swig/test.py +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/python - -import xtract - -len = 5 - -a = xtract.new_floatArray(len) - -for i in range(0, len): - xtract.floatArray_setitem(a, i, 2*i) - -retval,result = xtract.xtract_mean(a,len,None) - -print result - - - - -- cgit v1.2.3